#799005

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

Shades of Olive #799005

Tints of Olive #799005

Color information

#799005 (or 0x799005) is unknown color: approx Olive. HEX triplet: 79, 90 and 05. RGB value is (121,144,5). Sum of RGB (Red+Green+Blue) = 121+144+5=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #799005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799005 is #866FFA. Grayscale: #797979. Windows color (decimal): -8810491 or 364665. OLE color: 364665.

HSL color Cylindrical-coordinate representation of color #799005: hue angle of 69.93º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #799005 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB1211445-
CMYK0.1600.970.44
HSL69.93º93.29%29.22%-
HSV(B)69.93º96.53%56.47%-
XYZ17.8924.023.84-
YUV121.2862.38127.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.81%
GREEN value IS 144 (56.64% from 255) = 53.33%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=44.81%
G=53.33%
B=1.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12114450.1600.970.4469.9393.2929.22
Hex79905100612C465d1d
Octal17122052001415410613535
Binary11110011001000010110000011000011011001000110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799005; }

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

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

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

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

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

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

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

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