#758E32

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

Shades of Olive Drab #758E32

Tints of Olive Drab #758E32

Color information

#758E32 (or 0x758E32) is unknown color: approx Olive Drab. HEX triplet: 75, 8E and 32. RGB value is (117,142,50). Sum of RGB (Red+Green+Blue) = 117+142+50=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #758E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758E32 is #8A71CD. Grayscale: #7C7C7C. Windows color (decimal): -9073102 or 3313269. OLE color: 3313269.

HSL color Cylindrical-coordinate representation of color #758E32: hue angle of 76.3º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #758E32 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB11714250-
CMYK0.1800.650.44
HSL76.3º47.92%37.65%-
HSV(B)76.3º64.79%55.69%-
XYZ17.5823.366.6-
YUV124.0486.22122.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=37.86%
G=45.95%
B=16.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117142500.1800.650.4476.347.9237.65
Hex758E32120412C4c3026
Octal16521662220101541146046
Binary11101011000111011001010010010000011011001001100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758E32; }

 p { color: rgb(117,142,50); }

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

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

 a { background-color: rgb(117,142,50); }

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

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

 span { border-color: rgb(117,142,50); }

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