Html Css Color HEX #7F7008 Olive

📋 copy color: '#7F7008'

red 127 ◦ green 112 ◦ blue 8

#7F7008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #7F7008

Tints of Olive #7F7008

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 value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#7F7008 (or 0x7F7008) is known color: 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

RGB 127 112 8 -
CMYK 0 0.12 0.94 0.50
HSL 52.44º 0.88% 0.26% -
HSV(B) 52.44º 0.94% 0.5% -
XYZ 14.59 16.12 2.57 -
YUV 104.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 127 112 8 0 0.12 0.94 0.50 52.44 0.88 0.26
Hex 7F 70 8 0 C 5E 32 34 58 1A
Octal 177 160 10 0 14 136 62 64 130 32
Binary 1111111 1110000 1000 0 1100 1011110 110010 110100 1011000 11010

Color Harmonies of #7F7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7008

Black with #7F7008

Text Example


Text Example

White with #7F7008

Text Example


Text Example

HTML Codes & Css Web 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>