Html Css Color HEX #797008 Olive

📋 copy color: '#797008'

red 121 ◦ green 112 ◦ blue 8

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

Shades of Olive #797008

Tints of Olive #797008

RGB

 RED value IS 121 (47.66% from 255) = 50.21%

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

 BLUE value IS 8 (3.52% from 255) = 3.32%

R = 50.21%
G = 46.47%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#797008 (or 0x797008) is known color: Olive. HEX triplet: 79, 70 and 08. RGB value is (121,112,8). Sum of RGB (Red+Green+Blue) = 121+112+8=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #797008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797008 is #868FF7. Grayscale: #676767. Windows color (decimal): -8818680 or 553081. OLE color: 553081.

HSL color Cylindrical-coordinate representation of color #797008: hue angle of 55.22º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #797008 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 112 8 -
CMYK 0 0.07 0.93 0.53
HSL 55.22º 0.88% 0.25% -
HSV(B) 55.22º 0.93% 0.47% -
XYZ 13.72 15.67 2.53 -
YUV 102.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 121 112 8 0 0.07 0.93 0.53 55.22 0.88 0.25
Hex 79 70 8 0 7 5D 35 37 58 19
Octal 171 160 10 0 7 135 65 67 130 31
Binary 1111001 1110000 1000 0 111 1011101 110101 110111 1011000 11001

Color Harmonies of #797008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797008

Black with #797008

Text Example


Text Example

White with #797008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797008; }

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

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

background-color css

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

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

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

border-color css

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

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

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