#797516

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

Shades of Olivetone #797516

Tints of Olivetone #797516

Color information

#797516 (or 0x797516) is unknown color: approx Olivetone. HEX triplet: 79, 75 and 16. RGB value is (121,117,22). Sum of RGB (Red+Green+Blue) = 121+117+22=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #797516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797516 is #868AE9. Grayscale: #6B6B6B. Windows color (decimal): -8817386 or 1471865. OLE color: 1471865.

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

Color convert

RGB12111722-
CMYK00.030.820.53
HSL57.58º69.23%28.04%-
HSV(B)57.58º81.82%47.45%-
XYZ14.3916.853.25-
YUV107.3779.83137.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.54%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 22 (8.98% from 255) = 8.46%
R=46.54%
G=45%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211172200.030.820.5357.5869.2328.04
Hex7975160352353a451c
Octal1711652603122657210534
Binary11110011110101101100111010010110101111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797516; }

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

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

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

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

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

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

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

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