Html Css Color HEX #797012 Olivetone

📋 copy color: '#797012'

red 121 ◦ green 112 ◦ blue 18

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

Shades of Olivetone #797012

Tints of Olivetone #797012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 48.21%
G = 44.62%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#797012 (or 0x797012) is known color: Olivetone. HEX triplet: 79, 70 and 12. RGB value is (121,112,18). Sum of RGB (Red+Green+Blue) = 121+112+18=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 121 - color contains mainly: red. Hex color #797012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797012 is #868FED. Grayscale: #686868. Windows color (decimal): -8818670 or 1208441. OLE color: 1208441.

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

Color convert

RGB 121 112 18 -
CMYK 0 0.07 0.85 0.53
HSL 54.76º 0.74% 0.27% -
HSV(B) 54.76º 0.85% 0.47% -
XYZ 13.79 15.7 2.88 -
YUV 103.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 121 112 18 0 0.07 0.85 0.53 54.76 0.74 0.27
Hex 79 70 12 0 7 55 35 37 4A 1B
Octal 171 160 22 0 7 125 65 67 112 33
Binary 1111001 1110000 10010 0 111 1010101 110101 110111 1001010 11011

Color Harmonies of #797012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797012

Black with #797012

Text Example


Text Example

White with #797012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797012; }

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

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

background-color css

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

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

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

border-color css

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

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

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