#796905

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

Shades of Olive #796905

Tints of Olive #796905

Color information

#796905 (or 0x796905) is unknown color: approx Olive. HEX triplet: 79, 69 and 05. RGB value is (121,105,5). Sum of RGB (Red+Green+Blue) = 121+105+5=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #796905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796905 is #8696FA. Grayscale: #626262. Windows color (decimal): -8820475 or 354681. OLE color: 354681.

HSL color Cylindrical-coordinate representation of color #796905: hue angle of 51.72º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #796905 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB1211055-
CMYK00.130.960.53
HSL51.72º92.06%24.71%-
HSV(B)51.72º95.87%47.45%-
XYZ12.9614.182.2-
YUV98.3875.3144.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.38%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=52.38%
G=45.45%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121105500.130.960.5351.7292.0624.71
Hex796950D6035345c19
Octal1711515015140656413431
Binary11110011101001101011011100000110101110100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796905; }

 p { color: rgb(121,105,5); }

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

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

 a { background-color: rgb(121,105,5); }

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

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

 span { border-color: rgb(121,105,5); }

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