#799613

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

Shades of Olive Drab #799613

Tints of Olive Drab #799613

Color information

#799613 (or 0x799613) is unknown color: approx Olive Drab. HEX triplet: 79, 96 and 13. RGB value is (121,150,19). Sum of RGB (Red+Green+Blue) = 121+150+19=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #799613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799613 is #8669EC. Grayscale: #7E7E7E. Windows color (decimal): -8808941 or 1283705. OLE color: 1283705.

HSL color Cylindrical-coordinate representation of color #799613: hue angle of 73.28º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #799613 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB12115019-
CMYK0.1900.870.41
HSL73.28º77.51%33.14%-
HSV(B)73.28º87.33%58.82%-
XYZ18.9125.924.62-
YUV126.467.39124.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.72%
GREEN value IS 150 (58.98% from 255) = 51.72%
BLUE value IS 19 (7.81% from 255) = 6.55%
R=41.72%
G=51.72%
B=6.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121150190.1900.870.4173.2877.5133.14
Hex7996131305729494e21
Octal171226232301275111111641
Binary11110011001011010011100110101011110100110010011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799613; }

 p { color: rgb(121,150,19); }

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

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

 a { background-color: rgb(121,150,19); }

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

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

 span { border-color: rgb(121,150,19); }

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