#759824

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

Shades of Olive Drab #759824

Tints of Olive Drab #759824

Color information

#759824 (or 0x759824) is unknown color: approx Olive Drab. HEX triplet: 75, 98 and 24. RGB value is (117,152,36). Sum of RGB (Red+Green+Blue) = 117+152+36=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #759824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759824 is #8A67DB. Grayscale: #808080. Windows color (decimal): -9070556 or 2398325. OLE color: 2398325.

HSL color Cylindrical-coordinate representation of color #759824: hue angle of 78.1º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #759824 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB11715236-
CMYK0.2300.760.40
HSL78.1º61.7%36.86%-
HSV(B)78.1º76.32%59.61%-
XYZ18.8826.375.76-
YUV128.3175.9119.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 152 (59.77% from 255) = 49.84%
BLUE value IS 36 (14.45% from 255) = 11.80%
R=38.36%
G=49.84%
B=11.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117152360.2300.760.4078.161.736.86
Hex7598241704C284e3e25
Octal16523044270114501167645
Binary11101011001100010010010111010011001010001001110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759824; }

 p { color: rgb(117,152,36); }

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

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

 a { background-color: rgb(117,152,36); }

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

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

 span { border-color: rgb(117,152,36); }

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