#71912B

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

Shades of Olive Drab #71912B

Tints of Olive Drab #71912B

Color information

#71912B (or 0x71912B) is unknown color: approx Olive Drab. HEX triplet: 71, 91 and 2B. RGB value is (113,145,43). Sum of RGB (Red+Green+Blue) = 113+145+43=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #71912B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71912B is #8E6ED4. Grayscale: #7C7C7C. Windows color (decimal): -9334485 or 2855281. OLE color: 2855281.

HSL color Cylindrical-coordinate representation of color #71912B: hue angle of 78.82º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71912B is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB11314543-
CMYK0.2200.700.43
HSL78.82º54.26%36.86%-
HSV(B)78.82º70.34%56.86%-
XYZ17.3723.945.99-
YUV123.882.4120.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 145 (57.03% from 255) = 48.17%
BLUE value IS 43 (17.19% from 255) = 14.29%
R=37.54%
G=48.17%
B=14.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113145430.2200.700.4378.8254.2636.86
Hex71912B160462B4f3625
Octal16122153260106531176645
Binary11100011001000110101110110010001101010111001111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71912B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71912B; }

 p { color: rgb(113,145,43); }

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

<style>
 a { background-color: #71912B; }

 a { background-color: rgb(113,145,43); }

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

<style>
 span { border-color: #71912B; }

 span { border-color: rgb(113,145,43); }

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