#797705

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

Shades of Olive #797705

Tints of Olive #797705

Color information

#797705 (or 0x797705) is unknown color: approx Olive. HEX triplet: 79, 77 and 05. RGB value is (121,119,5). Sum of RGB (Red+Green+Blue) = 121+119+5=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #797705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797705 is #8688FA. Grayscale: #6B6B6B. Windows color (decimal): -8816891 or 358265. OLE color: 358265.

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

Color convert

RGB1211195-
CMYK00.020.960.53
HSL58.97º92.06%24.71%-
HSV(B)58.97º95.87%47.45%-
XYZ14.5117.272.71-
YUV106.670.66138.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 119 (46.88% from 255) = 48.57%
BLUE value IS 5 (2.34% from 255) = 2.04%
R=49.39%
G=48.57%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121119500.020.960.5358.9792.0624.71
Hex797750260353b5c19
Octal171167502140657313431
Binary111100111101111010101100000110101111011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797705; }

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

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

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

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

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

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

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

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