#797216

Color #797216 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #797216

Tints of Olivetone #797216

Color information

#797216 (or 0x797216) is unknown color: approx Olivetone. HEX triplet: 79, 72 and 16. RGB value is (121,114,22). Sum of RGB (Red+Green+Blue) = 121+114+22=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #797216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797216 is #868DE9. Grayscale: #696969. Windows color (decimal): -8818154 or 1471097. OLE color: 1471097.

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

Color convert

RGB12111422-
CMYK00.060.820.53
HSL55.76º69.23%28.04%-
HSV(B)55.76º81.82%47.45%-
XYZ14.0516.163.14-
YUV105.680.82138.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.08%
GREEN value IS 114 (44.92% from 255) = 44.36%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=47.08%
G=44.36%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211142200.060.820.5355.7669.2328.04
Hex79721606523538451c
Octal1711622606122657010534
Binary111100111100101011001101010010110101111000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797216; }

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

 H1.HeaderClassName
 {
   color: #797216;
 }
 .AnyTagClassName
 {
   color: #797216;
 }
</style>
background-color css

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

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

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

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

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

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