#799305

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

Shades of Olive #799305

Tints of Olive #799305

Color information

#799305 (or 0x799305) is unknown color: approx Olive. HEX triplet: 79, 93 and 05. RGB value is (121,147,5). Sum of RGB (Red+Green+Blue) = 121+147+5=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #799305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799305 is #866CFA. Grayscale: #7B7B7B. Windows color (decimal): -8809723 or 365433. OLE color: 365433.

HSL color Cylindrical-coordinate representation of color #799305: hue angle of 70.99º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #799305 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1211475-
CMYK0.1800.970.42
HSL70.99º93.42%29.8%-
HSV(B)70.99º96.6%57.65%-
XYZ18.3524.943.99-
YUV123.0461.39126.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 147 (57.81% from 255) = 53.85%
BLUE value IS 5 (2.34% from 255) = 1.83%
R=44.32%
G=53.85%
B=1.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12114750.1800.970.4270.9993.4229.8
Hex79935120612A475d1e
Octal17122352201415210713536
Binary11110011001001110110010011000011010101000111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799305; }

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

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

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

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

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

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

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

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