#797104

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

Shades of Olive #797104

Tints of Olive #797104

Color information

#797104 (or 0x797104) is unknown color: approx Olive. HEX triplet: 79, 71 and 04. RGB value is (121,113,4). Sum of RGB (Red+Green+Blue) = 121+113+4=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #797104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797104 is #868EFB. Grayscale: #676767. Windows color (decimal): -8818428 or 291193. OLE color: 291193.

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

Color convert

RGB1211134-
CMYK00.070.970.53
HSL55.9º93.6%24.51%-
HSV(B)55.9º96.69%47.45%-
XYZ13.8115.882.45-
YUV102.9772.15140.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.84%
GREEN value IS 113 (44.53% from 255) = 47.48%
BLUE value IS 4 (1.95% from 255) = 1.68%
R=50.84%
G=47.48%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121113400.070.970.5355.993.624.51
Hex79714076135385e19
Octal171161407141657013631
Binary1111001111000110001111100001110101111000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797104; }

 p { color: rgb(121,113,4); }

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

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

 a { background-color: rgb(121,113,4); }

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

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

 span { border-color: rgb(121,113,4); }

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