#7F7209

Color #7F7209 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #7F7209

Tints of Olive #7F7209

Color information

#7F7209 (or 0x7F7209) is unknown color: approx Olive. HEX triplet: 7F, 72 and 09. RGB value is (127,114,9). Sum of RGB (Red+Green+Blue) = 127+114+9=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7209 is #808DF6. Grayscale: #6A6A6A. Windows color (decimal): -8424951 or 619135. OLE color: 619135.

HSL color Cylindrical-coordinate representation of color #7F7209: hue angle of 53.39º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F7209 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB1271149-
CMYK00.100.930.50
HSL53.39º86.76%26.67%-
HSV(B)53.39º92.91%49.8%-
XYZ14.8216.572.68-
YUV105.9273.31143.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 50.8%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 9 (3.91% from 255) = 3.6%
R=50.8%
G=45.6%
B=3.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127114900.100.930.5053.3986.7626.67
Hex7F7290A5D3235571b
Octal17716211012135626512733
Binary111111111100101001010101011101110010110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F7209; }

 p { color: rgb(127,114,9); }

 H1.HeaderClassName
 {
   color: #7F7209;
 }
 .AnyTagClassName
 {
   color: #7F7209;
 }
</style>
background-color css

<style>
 a { background-color: #7F7209; }

 a { background-color: rgb(127,114,9); }

 div.DivClassName
 {
   background-color: #7F7209;
 }
 .BgClassName
 {
   background-color: #7F7209;
 }
</style>
border-color css

<style>
 span { border-color: #7F7209; }

 span { border-color: rgb(127,114,9); }

 td.TdClassName
 {
   border-color: #7F7209;
 }
 .TagClassName
 {
   border-color: #7F7209;
 }
</style>