#75912C

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

Shades of Olive Drab #75912C

Tints of Olive Drab #75912C

Color information

#75912C (or 0x75912C) is unknown color: approx Olive Drab. HEX triplet: 75, 91 and 2C. RGB value is (117,145,44). Sum of RGB (Red+Green+Blue) = 117+145+44=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #75912C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75912C is #8A6ED3. Grayscale: #7D7D7D. Windows color (decimal): -9072340 or 2920821. OLE color: 2920821.

HSL color Cylindrical-coordinate representation of color #75912C: hue angle of 76.63º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75912C is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB11714544-
CMYK0.1900.700.43
HSL76.63º53.44%37.06%-
HSV(B)76.63º69.66%56.86%-
XYZ17.9224.216.11-
YUV125.1182.22122.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 145 (57.03% from 255) = 47.39%
BLUE value IS 44 (17.58% from 255) = 14.38%
R=38.24%
G=47.39%
B=14.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117145440.1900.700.4376.6353.4437.06
Hex75912C130462B4d3525
Octal16522154230106531156545
Binary11101011001000110110010011010001101010111001101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75912C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75912C; }

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

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

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

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

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

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

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

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