Html Css Color HEX #7F7009 Olive

📋 copy color: '#7F7009'

red 127 ◦ green 112 ◦ blue 9

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

Shades of Olive #7F7009

Tints of Olive #7F7009

RGB

 RED value IS 127 (50% from 255) = 51.21%

 GREEN value IS 112 (44.14% from 255) = 45.16%

 BLUE value IS 9 (3.91% from 255) = 3.63%

R = 51.21%
G = 45.16%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#7F7009 (or 0x7F7009) is known color: Olive. HEX triplet: 7F, 70 and 09. RGB value is (127,112,9). Sum of RGB (Red+Green+Blue) = 127+112+9=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7009 is #808FF6. Grayscale: #696969. Windows color (decimal): -8425463 or 618623. OLE color: 618623.

HSL color Cylindrical-coordinate representation of color #7F7009: hue angle of 52.37º 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 #7F7009 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 112 9 -
CMYK 0 0.12 0.93 0.50
HSL 52.37º 0.87% 0.27% -
HSV(B) 52.37º 0.93% 0.5% -
XYZ 14.6 16.12 2.6 -
YUV 104.74 73.97 143.88 -
System Red Green Blue C M Y K H S L
Decimal 127 112 9 0 0.12 0.93 0.50 52.37 0.87 0.27
Hex 7F 70 9 0 C 5D 32 34 57 1B
Octal 177 160 11 0 14 135 62 64 127 33
Binary 1111111 1110000 1001 0 1100 1011101 110010 110100 1010111 11011

Color Harmonies of #7F7009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7009

Black with #7F7009

Text Example


Text Example

White with #7F7009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F7009;
 }
 .AnyTagClassName
 {
   color: #7F7009;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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