#75991F

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

Shades of Olive Drab #75991F

Tints of Olive Drab #75991F

Color information

#75991F (or 0x75991F) is unknown color: approx Olive Drab. HEX triplet: 75, 99 and 1F. RGB value is (117,153,31). Sum of RGB (Red+Green+Blue) = 117+153+31=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #75991F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75991F is #8A66E0. Grayscale: #808080. Windows color (decimal): -9070305 or 2070901. OLE color: 2070901.

HSL color Cylindrical-coordinate representation of color #75991F: hue angle of 77.7º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75991F is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB11715331-
CMYK0.2400.800.4
HSL77.7º66.3%36.08%-
HSV(B)77.7º79.74%60%-
XYZ18.9726.665.44-
YUV128.3373.07119.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 153 (60.16% from 255) = 50.83%
BLUE value IS 31 (12.5% from 255) = 10.30%
R=38.87%
G=50.83%
B=10.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117153310.2400.800.477.766.336.08
Hex75991F18050284e4224
Octal165231373001205011610244
Binary11101011001100111111110000101000010100010011101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75991F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75991F; }

 p { color: rgb(117,153,31); }

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

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

 a { background-color: rgb(117,153,31); }

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

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

 span { border-color: rgb(117,153,31); }

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