#797405

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

Shades of Olive #797405

Tints of Olive #797405

Color information

#797405 (or 0x797405) is unknown color: approx Olive. HEX triplet: 79, 74 and 05. RGB value is (121,116,5). Sum of RGB (Red+Green+Blue) = 121+116+5=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #797405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797405 is #868BFA. Grayscale: #696969. Windows color (decimal): -8817659 or 357497. OLE color: 357497.

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

Color convert

RGB1211165-
CMYK00.040.960.53
HSL57.41º92.06%24.71%-
HSV(B)57.41º95.87%47.45%-
XYZ14.1616.572.6-
YUV104.8471.66139.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50%
GREEN value IS 116 (45.70% from 255) = 47.93%
BLUE value IS 5 (2.34% from 255) = 2.07%
R=50%
G=47.93%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121116500.040.960.5357.4192.0624.71
Hex79745046035395c19
Octal171164504140657113431
Binary1111001111010010101001100000110101111001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797405; }

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

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

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

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

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

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

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

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