Html Css Color HEX #797706 Olive

📋 copy color: '#797706'

red 121 ◦ green 119 ◦ blue 6

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

Shades of Olive #797706

Tints of Olive #797706

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.37%

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

R = 49.19%
G = 48.37%
B = 2.44%

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

#797706 (or 0x797706) is known color: Olive. HEX triplet: 79, 77 and 06. RGB value is (121,119,6). Sum of RGB (Red+Green+Blue) = 121+119+6=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #797706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797706 is #8688F9. Grayscale: #6B6B6B. Windows color (decimal): -8816890 or 423801. OLE color: 423801.

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

Color convert

RGB 121 119 6 -
CMYK 0 0.02 0.95 0.53
HSL 58.96º 0.91% 0.25% -
HSV(B) 58.96º 0.95% 0.47% -
XYZ 14.51 17.27 2.74 -
YUV 106.72 71.16 138.19 -
System Red Green Blue C M Y K H S L
Decimal 121 119 6 0 0.02 0.95 0.53 58.96 0.91 0.25
Hex 79 77 6 0 2 5F 35 3B 5B 19
Octal 171 167 6 0 2 137 65 73 133 31
Binary 1111001 1110111 110 0 10 1011111 110101 111011 1011011 11001

Color Harmonies of #797706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797706

Black with #797706

Text Example


Text Example

White with #797706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797706; }

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

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

background-color css

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

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

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

border-color css

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

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

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