#758D32

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

Shades of Olive Drab #758D32

Tints of Olive Drab #758D32

Color information

#758D32 (or 0x758D32) is unknown color: approx Olive Drab. HEX triplet: 75, 8D and 32. RGB value is (117,141,50). Sum of RGB (Red+Green+Blue) = 117+141+50=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #758D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758D32 is #8A72CD. Grayscale: #7B7B7B. Windows color (decimal): -9073358 or 3313013. OLE color: 3313013.

HSL color Cylindrical-coordinate representation of color #758D32: hue angle of 75.82º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #758D32 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB11714150-
CMYK0.1700.650.45
HSL75.82º47.64%37.45%-
HSV(B)75.82º64.54%55.29%-
XYZ17.4423.066.55-
YUV123.4586.55123.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 141 (55.47% from 255) = 45.78%
BLUE value IS 50 (19.92% from 255) = 16.23%
R=37.99%
G=45.78%
B=16.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117141500.1700.650.4575.8247.6437.45
Hex758D32110412D4c3025
Octal16521562210101551146045
Binary11101011000110111001010001010000011011011001100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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