#797315

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

Shades of Olivetone #797315

Tints of Olivetone #797315

Color information

#797315 (or 0x797315) is unknown color: approx Olivetone. HEX triplet: 79, 73 and 15. RGB value is (121,115,21). Sum of RGB (Red+Green+Blue) = 121+115+21=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #797315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797315 is #868CEA. Grayscale: #6A6A6A. Windows color (decimal): -8817899 or 1405817. OLE color: 1405817.

HSL color Cylindrical-coordinate representation of color #797315: hue angle of 56.4º degrees, saturation: 0.7, 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 #797315 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB12111521-
CMYK00.050.830.53
HSL56.4º70.42%27.84%-
HSV(B)56.4º82.64%47.45%-
XYZ14.1516.383.13-
YUV106.0879.99138.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.08%
GREEN value IS 115 (45.31% from 255) = 44.75%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=47.08%
G=44.75%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211152100.050.830.5356.470.4227.84
Hex79731505533538461c
Octal1711632505123657010634
Binary111100111100111010101011010011110101111000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797315; }

 p { color: rgb(121,115,21); }

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

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

 a { background-color: rgb(121,115,21); }

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

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

 span { border-color: rgb(121,115,21); }

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