#71872B

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

Shades of Olive Drab #71872B

Tints of Olive Drab #71872B

Color information

#71872B (or 0x71872B) is unknown color: approx Olive Drab. HEX triplet: 71, 87 and 2B. RGB value is (113,135,43). Sum of RGB (Red+Green+Blue) = 113+135+43=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #71872B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71872B is #8E78D4. Grayscale: #767676. Windows color (decimal): -9337045 or 2852721. OLE color: 2852721.

HSL color Cylindrical-coordinate representation of color #71872B: hue angle of 74.35º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71872B is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB11313543-
CMYK0.1600.680.47
HSL74.35º51.69%34.9%-
HSV(B)74.35º68.15%52.94%-
XYZ15.9121.015.5-
YUV117.9385.71124.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 43 (17.19% from 255) = 14.78%
R=38.83%
G=46.39%
B=14.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135430.1600.680.4774.3551.6934.9
Hex71872B100442F4a3423
Octal16120753200104571126443
Binary11100011000011110101110000010001001011111001010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71872B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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