Html Css Color HEX #797606 Olive

📋 copy color: '#797606'

red 121 ◦ green 118 ◦ blue 6

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

Shades of Olive #797606

Tints of Olive #797606

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.16%

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

R = 49.39%
G = 48.16%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#797606 (or 0x797606) is known color: Olive. HEX triplet: 79, 76 and 06. RGB value is (121,118,6). Sum of RGB (Red+Green+Blue) = 121+118+6=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #797606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797606 is #8689F9. Grayscale: #6A6A6A. Windows color (decimal): -8817146 or 423545. OLE color: 423545.

HSL color Cylindrical-coordinate representation of color #797606: hue angle of 58.43º 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 #797606 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 118 6 -
CMYK 0 0.02 0.95 0.53
HSL 58.43º 0.91% 0.25% -
HSV(B) 58.43º 0.95% 0.47% -
XYZ 14.4 17.03 2.7 -
YUV 106.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 121 118 6 0 0.02 0.95 0.53 58.43 0.91 0.25
Hex 79 76 6 0 2 5F 35 3A 5B 19
Octal 171 166 6 0 2 137 65 72 133 31
Binary 1111001 1110110 110 0 10 1011111 110101 111010 1011011 11001

Color Harmonies of #797606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797606

Black with #797606

Text Example


Text Example

White with #797606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797606; }

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

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

background-color css

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

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

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

border-color css

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

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

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