#7F7008

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

Shades of Olive #7F7008

Tints of Olive #7F7008

Color information

#7F7008 (or 0x7F7008) is unknown color: approx Olive. HEX triplet: 7F, 70 and 08. RGB value is (127,112,8). Sum of RGB (Red+Green+Blue) = 127+112+8=247 (32% of max value = 765). Red value is 127 (50% from 255 or 51.42% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7008 is #808FF7. Grayscale: #696969. Windows color (decimal): -8425464 or 553087. OLE color: 553087.

HSL color Cylindrical-coordinate representation of color #7F7008: hue angle of 52.44º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F7008 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB1271128-
CMYK00.120.940.50
HSL52.44º88.15%26.47%-
HSV(B)52.44º93.7%49.8%-
XYZ14.5916.122.57-
YUV104.6373.47143.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.42%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 8 (3.52% from 255) = 3.24%
R=51.42%
G=45.34%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127112800.120.940.5052.4488.1526.47
Hex7F7080C5E3234581a
Octal17716010014136626413032
Binary111111111100001000011001011110110010110100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,112,8); }

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

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

 a { background-color: rgb(127,112,8); }

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

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

 span { border-color: rgb(127,112,8); }

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