Html Css Color HEX #797013 Olivetone

📋 copy color: '#797013'

red 121 ◦ green 112 ◦ blue 19

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

Shades of Olivetone #797013

Tints of Olivetone #797013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 48.02%
G = 44.44%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#797013 (or 0x797013) is known color: Olivetone. HEX triplet: 79, 70 and 13. RGB value is (121,112,19). Sum of RGB (Red+Green+Blue) = 121+112+19=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #797013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797013 is #868FEC. Grayscale: #686868. Windows color (decimal): -8818669 or 1273977. OLE color: 1273977.

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

Color convert

RGB 121 112 19 -
CMYK 0 0.07 0.84 0.53
HSL 54.71º 0.73% 0.27% -
HSV(B) 54.71º 0.84% 0.47% -
XYZ 13.8 15.7 2.92 -
YUV 104.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 121 112 19 0 0.07 0.84 0.53 54.71 0.73 0.27
Hex 79 70 13 0 7 54 35 37 49 1B
Octal 171 160 23 0 7 124 65 67 111 33
Binary 1111001 1110000 10011 0 111 1010100 110101 110111 1001001 11011

Color Harmonies of #797013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797013

Black with #797013

Text Example


Text Example

White with #797013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797013; }

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

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

background-color css

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

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

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

border-color css

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

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

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