#799518

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

Shades of Olive Drab #799518

Tints of Olive Drab #799518

Color information

#799518 (or 0x799518) is unknown color: approx Olive Drab. HEX triplet: 79, 95 and 18. RGB value is (121,149,24). Sum of RGB (Red+Green+Blue) = 121+149+24=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #799518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799518 is #866AE7. Grayscale: #7E7E7E. Windows color (decimal): -8809192 or 1611129. OLE color: 1611129.

HSL color Cylindrical-coordinate representation of color #799518: hue angle of 73.44º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #799518 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB12114924-
CMYK0.1900.840.42
HSL73.44º72.25%33.92%-
HSV(B)73.44º83.89%58.43%-
XYZ18.825.634.82-
YUV126.3870.22124.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.16%
GREEN value IS 149 (58.59% from 255) = 50.68%
BLUE value IS 24 (9.77% from 255) = 8.16%
R=41.16%
G=50.68%
B=8.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121149240.1900.840.4273.4472.2533.92
Hex799518130542A494822
Octal171225302301245211111042
Binary11110011001010111000100110101010010101010010011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799518; }

 p { color: rgb(121,149,24); }

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

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

 a { background-color: rgb(121,149,24); }

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

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

 span { border-color: rgb(121,149,24); }

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