#71872A

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

Shades of Olive Drab #71872A

Tints of Olive Drab #71872A

Color information

#71872A (or 0x71872A) is unknown color: approx Olive Drab. HEX triplet: 71, 87 and 2A. RGB value is (113,135,42). Sum of RGB (Red+Green+Blue) = 113+135+42=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #71872A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71872A is #8E78D5. Grayscale: #767676. Windows color (decimal): -9337046 or 2787185. OLE color: 2787185.

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

Color convert

RGB11313542-
CMYK0.1600.690.47
HSL74.19º52.54%34.71%-
HSV(B)74.19º68.89%52.94%-
XYZ15.8921.015.41-
YUV117.8285.21124.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 135 (53.12% from 255) = 46.55%
BLUE value IS 42 (16.80% from 255) = 14.48%
R=38.97%
G=46.55%
B=14.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135420.1600.690.4774.1952.5434.71
Hex71872A100452F4a3523
Octal16120752200105571126543
Binary11100011000011110101010000010001011011111001010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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