#799615

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

Shades of Olive Drab #799615

Tints of Olive Drab #799615

Color information

#799615 (or 0x799615) is unknown color: approx Olive Drab. HEX triplet: 79, 96 and 15. RGB value is (121,150,21). Sum of RGB (Red+Green+Blue) = 121+150+21=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #799615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799615 is #8669EA. Grayscale: #7F7F7F. Windows color (decimal): -8808939 or 1414777. OLE color: 1414777.

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

Color convert

RGB12115021-
CMYK0.1900.860.41
HSL73.49º75.44%33.53%-
HSV(B)73.49º86%58.82%-
XYZ18.9325.934.72-
YUV126.6268.39123.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.44%
GREEN value IS 150 (58.98% from 255) = 51.37%
BLUE value IS 21 (8.59% from 255) = 7.19%
R=41.44%
G=51.37%
B=7.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121150210.1900.860.4173.4975.4433.53
Hex7996151305629494b22
Octal171226252301265111111342
Binary11110011001011010101100110101011010100110010011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799615; }

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

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

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

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

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

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

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

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