Html Css Color HEX #797413 Olivetone

📋 copy color: '#797413'

red 121 ◦ green 116 ◦ blue 19

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

Shades of Olivetone #797413

Tints of Olivetone #797413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.31%

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

R = 47.27%
G = 45.31%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#797413 (or 0x797413) is known color: Olivetone. HEX triplet: 79, 74 and 13. RGB value is (121,116,19). Sum of RGB (Red+Green+Blue) = 121+116+19=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 121 - color contains mainly: red. Hex color #797413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797413 is #868BEC. Grayscale: #6A6A6A. Windows color (decimal): -8817645 or 1275001. OLE color: 1275001.

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

Color convert

RGB 121 116 19 -
CMYK 0 0.04 0.84 0.53
HSL 57.06º 0.73% 0.27% -
HSV(B) 57.06º 0.84% 0.47% -
XYZ 14.25 16.6 3.07 -
YUV 106.44 78.66 138.39 -
System Red Green Blue C M Y K H S L
Decimal 121 116 19 0 0.04 0.84 0.53 57.06 0.73 0.27
Hex 79 74 13 0 4 54 35 39 49 1B
Octal 171 164 23 0 4 124 65 71 111 33
Binary 1111001 1110100 10011 0 100 1010100 110101 111001 1001001 11011

Color Harmonies of #797413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797413

Black with #797413

Text Example


Text Example

White with #797413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797413; }

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

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

background-color css

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

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

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

border-color css

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

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

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