#797418

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

Shades of Olivetone #797418

Tints of Olivetone #797418

Color information

#797418 (or 0x797418) is unknown color: approx Olivetone. HEX triplet: 79, 74 and 18. RGB value is (121,116,24). Sum of RGB (Red+Green+Blue) = 121+116+24=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #797418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797418 is #868BE7. Grayscale: #6B6B6B. Windows color (decimal): -8817640 or 1602681. OLE color: 1602681.

HSL color Cylindrical-coordinate representation of color #797418: hue angle of 56.91º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #797418 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB12111624-
CMYK00.040.800.53
HSL56.91º66.9%28.43%-
HSV(B)56.91º80.17%47.45%-
XYZ14.316.623.32-
YUV107.0181.16137.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.36%
GREEN value IS 116 (45.70% from 255) = 44.44%
BLUE value IS 24 (9.77% from 255) = 9.20%
R=46.36%
G=44.44%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211162400.040.800.5356.9166.928.43
Hex79741804503539431c
Octal1711643004120657110334
Binary111100111101001100001001010000110101111001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797418; }

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

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

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

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

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

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

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

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