Html Css Color HEX #797214 Olivetone

📋 copy color: '#797214'

red 121 ◦ green 114 ◦ blue 20

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

Shades of Olivetone #797214

Tints of Olivetone #797214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.71%

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 47.45%
G = 44.71%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#797214 (or 0x797214) is known color: Olivetone. HEX triplet: 79, 72 and 14. RGB value is (121,114,20). Sum of RGB (Red+Green+Blue) = 121+114+20=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #797214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797214 is #868DEB. Grayscale: #696969. Windows color (decimal): -8818156 or 1340025. OLE color: 1340025.

HSL color Cylindrical-coordinate representation of color #797214: hue angle of 55.84º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #797214 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 114 20 -
CMYK 0 0.06 0.83 0.53
HSL 55.84º 0.72% 0.28% -
HSV(B) 55.84º 0.83% 0.47% -
XYZ 14.03 16.15 3.04 -
YUV 105.38 79.82 139.14 -
System Red Green Blue C M Y K H S L
Decimal 121 114 20 0 0.06 0.83 0.53 55.84 0.72 0.28
Hex 79 72 14 0 6 53 35 38 48 1C
Octal 171 162 24 0 6 123 65 70 110 34
Binary 1111001 1110010 10100 0 110 1010011 110101 111000 1001000 11100

Color Harmonies of #797214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797214

Black with #797214

Text Example


Text Example

White with #797214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797214; }

 p { color: rgb(121,114,20); }

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

background-color css

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

 a { background-color: rgb(121,114,20); }

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

border-color css

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

 span { border-color: rgb(121,114,20); }

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