#758E31

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

Shades of Olive Drab #758E31

Tints of Olive Drab #758E31

Color information

#758E31 (or 0x758E31) is unknown color: approx Olive Drab. HEX triplet: 75, 8E and 31. RGB value is (117,142,49). Sum of RGB (Red+Green+Blue) = 117+142+49=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 142 - color contains mainly: green. Hex color #758E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758E31 is #8A71CE. Grayscale: #7C7C7C. Windows color (decimal): -9073103 or 3247733. OLE color: 3247733.

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

Color convert

RGB11714249-
CMYK0.1800.650.44
HSL76.13º48.69%37.45%-
HSV(B)76.13º65.49%55.69%-
XYZ17.5623.356.49-
YUV123.9285.72123.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 142 (55.86% from 255) = 46.10%
BLUE value IS 49 (19.53% from 255) = 15.91%
R=37.99%
G=46.10%
B=15.91%

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
Decimal117142490.1800.650.4476.1348.6937.45
Hex758E31120412C4c3125
Octal16521661220101541146145
Binary11101011000111011000110010010000011011001001100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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