#71872E

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

Shades of Olive Drab #71872E

Tints of Olive Drab #71872E

Color information

#71872E (or 0x71872E) is unknown color: approx Olive Drab. HEX triplet: 71, 87 and 2E. RGB value is (113,135,46). Sum of RGB (Red+Green+Blue) = 113+135+46=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #71872E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71872E is #8E78D1. Grayscale: #767676. Windows color (decimal): -9337042 or 3049329. OLE color: 3049329.

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

Color convert

RGB11313546-
CMYK0.1600.660.47
HSL74.83º49.17%35.49%-
HSV(B)74.83º65.93%52.94%-
XYZ15.9721.045.8-
YUV118.2887.21124.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.44%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 46 (18.36% from 255) = 15.65%
R=38.44%
G=45.92%
B=15.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135460.1600.660.4774.8349.1735.49
Hex71872E100422F4b3123
Octal16120756200102571136143
Binary11100011000011110111010000010000101011111001011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71872E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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