#75961D

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

Shades of Olive Drab #75961D

Tints of Olive Drab #75961D

Color information

#75961D (or 0x75961D) is unknown color: approx Olive Drab. HEX triplet: 75, 96 and 1D. RGB value is (117,150,29). Sum of RGB (Red+Green+Blue) = 117+150+29=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #75961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75961D is #8A69E2. Grayscale: #7E7E7E. Windows color (decimal): -9071075 or 1939061. OLE color: 1939061.

HSL color Cylindrical-coordinate representation of color #75961D: hue angle of 76.36º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75961D is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB11715029-
CMYK0.2200.810.41
HSL76.36º67.6%35.1%-
HSV(B)76.36º80.67%58.82%-
XYZ18.4625.685.15-
YUV126.3473.07121.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 150 (58.98% from 255) = 50.68%
BLUE value IS 29 (11.72% from 255) = 9.80%
R=39.53%
G=50.68%
B=9.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117150290.2200.810.4176.3667.635.1
Hex75961D16051294c4423
Octal165226352601215111410443
Binary11101011001011011101101100101000110100110011001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75961D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75961D; }

 p { color: rgb(117,150,29); }

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

<style>
 a { background-color: #75961D; }

 a { background-color: rgb(117,150,29); }

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

<style>
 span { border-color: #75961D; }

 span { border-color: rgb(117,150,29); }

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