#797616

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

Shades of Olivetone #797616

Tints of Olivetone #797616

Color information

#797616 (or 0x797616) is unknown color: approx Olivetone. HEX triplet: 79, 76 and 16. RGB value is (121,118,22). Sum of RGB (Red+Green+Blue) = 121+118+22=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #797616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797616 is #8689E9. Grayscale: #6C6C6C. Windows color (decimal): -8817130 or 1472121. OLE color: 1472121.

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

Color convert

RGB12111822-
CMYK00.020.820.53
HSL58.18º69.23%28.04%-
HSV(B)58.18º81.82%47.45%-
XYZ14.5117.083.29-
YUV107.9579.49137.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.36%
GREEN value IS 118 (46.48% from 255) = 45.21%
BLUE value IS 22 (8.98% from 255) = 8.43%
R=46.36%
G=45.21%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211182200.020.820.5358.1869.2328.04
Hex7976160252353a451c
Octal1711662602122657210534
Binary11110011110110101100101010010110101111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797616; }

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

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

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

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

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

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

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

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