#71892F

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

Shades of Olive Drab #71892F

Tints of Olive Drab #71892F

Color information

#71892F (or 0x71892F) is unknown color: approx Olive Drab. HEX triplet: 71, 89 and 2F. RGB value is (113,137,47). Sum of RGB (Red+Green+Blue) = 113+137+47=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #71892F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71892F is #8E76D0. Grayscale: #777777. Windows color (decimal): -9336529 or 3115377. OLE color: 3115377.

HSL color Cylindrical-coordinate representation of color #71892F: hue angle of 76º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71892F is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB11313747-
CMYK0.1800.660.46
HSL76º48.91%36.08%-
HSV(B)76º65.69%53.73%-
XYZ16.2721.616-
YUV119.5687.05123.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 47 (18.75% from 255) = 15.82%
R=38.05%
G=46.13%
B=15.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113137470.1800.660.467648.9136.08
Hex71892F120422E4c3124
Octal16121157220102561146144
Binary11100011000100110111110010010000101011101001100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71892F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,137,47); }

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

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

 a { background-color: rgb(113,137,47); }

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

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

 span { border-color: rgb(113,137,47); }

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