#75961F

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

Shades of Olive Drab #75961F

Tints of Olive Drab #75961F

Color information

#75961F (or 0x75961F) is unknown color: approx Olive Drab. HEX triplet: 75, 96 and 1F. RGB value is (117,150,31). Sum of RGB (Red+Green+Blue) = 117+150+31=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #75961F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75961F is #8A69E0. Grayscale: #7F7F7F. Windows color (decimal): -9071073 or 2070133. OLE color: 2070133.

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

Color convert

RGB11715031-
CMYK0.2200.790.41
HSL76.64º65.75%35.49%-
HSV(B)76.64º79.33%58.82%-
XYZ18.4925.695.28-
YUV126.5774.07121.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 150 (58.98% from 255) = 50.34%
BLUE value IS 31 (12.5% from 255) = 10.40%
R=39.26%
G=50.34%
B=10.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117150310.2200.790.4176.6465.7535.49
Hex75961F1604F294d4223
Octal165226372601175111510243
Binary11101011001011011111101100100111110100110011011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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