Html Css Color HEX #797006 Olive

📋 copy color: '#797006'

red 121 ◦ green 112 ◦ blue 6

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

Shades of Olive #797006

Tints of Olive #797006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.51%

R = 50.63%
G = 46.86%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#797006 (or 0x797006) is known color: Olive. HEX triplet: 79, 70 and 06. RGB value is (121,112,6). Sum of RGB (Red+Green+Blue) = 121+112+6=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #797006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797006 is #868FF9. Grayscale: #676767. Windows color (decimal): -8818682 or 422009. OLE color: 422009.

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

Color convert

RGB 121 112 6 -
CMYK 0 0.07 0.95 0.53
HSL 55.3º 0.91% 0.25% -
HSV(B) 55.3º 0.95% 0.47% -
XYZ 13.71 15.67 2.47 -
YUV 102.61 73.48 141.12 -
System Red Green Blue C M Y K H S L
Decimal 121 112 6 0 0.07 0.95 0.53 55.3 0.91 0.25
Hex 79 70 6 0 7 5F 35 37 5B 19
Octal 171 160 6 0 7 137 65 67 133 31
Binary 1111001 1110000 110 0 111 1011111 110101 110111 1011011 11001

Color Harmonies of #797006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797006

Black with #797006

Text Example


Text Example

White with #797006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797006; }

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

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

background-color css

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

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

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

border-color css

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

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

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