#759129

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

Shades of Olive Drab #759129

Tints of Olive Drab #759129

Color information

#759129 (or 0x759129) is unknown color: approx Olive Drab. HEX triplet: 75, 91 and 29. RGB value is (117,145,41). Sum of RGB (Red+Green+Blue) = 117+145+41=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #759129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759129 is #8A6ED6. Grayscale: #7D7D7D. Windows color (decimal): -9072343 or 2724213. OLE color: 2724213.

HSL color Cylindrical-coordinate representation of color #759129: hue angle of 76.15º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #759129 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB11714541-
CMYK0.1900.720.43
HSL76.15º55.91%36.47%-
HSV(B)76.15º71.72%56.86%-
XYZ17.8624.195.83-
YUV124.7780.72122.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 145 (57.03% from 255) = 47.85%
BLUE value IS 41 (16.41% from 255) = 13.53%
R=38.61%
G=47.85%
B=13.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117145410.1900.720.4376.1555.9136.47
Hex759129130482B4c3824
Octal16522151230110531147044
Binary11101011001000110100110011010010001010111001100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759129; }

 p { color: rgb(117,145,41); }

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

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

 a { background-color: rgb(117,145,41); }

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

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

 span { border-color: rgb(117,145,41); }

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