#75971D

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

Shades of Olive Drab #75971D

Tints of Olive Drab #75971D

Color information

#75971D (or 0x75971D) is unknown color: approx Olive Drab. HEX triplet: 75, 97 and 1D. RGB value is (117,151,29). Sum of RGB (Red+Green+Blue) = 117+151+29=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #75971D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75971D is #8A68E2. Grayscale: #7F7F7F. Windows color (decimal): -9070819 or 1939317. OLE color: 1939317.

HSL color Cylindrical-coordinate representation of color #75971D: hue angle of 76.72º 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 #75971D is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB11715129-
CMYK0.2300.810.41
HSL76.72º67.78%35.29%-
HSV(B)76.72º80.79%59.22%-
XYZ18.62265.2-
YUV126.9372.74120.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 151 (59.38% from 255) = 50.84%
BLUE value IS 29 (11.72% from 255) = 9.76%
R=39.39%
G=50.84%
B=9.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117151290.2300.810.4176.7267.7835.29
Hex75971D17051294d4423
Octal165227352701215111510443
Binary11101011001011111101101110101000110100110011011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75971D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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