#71871D

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

Shades of Olive Drab #71871D

Tints of Olive Drab #71871D

Color information

#71871D (or 0x71871D) is unknown color: approx Olive Drab. HEX triplet: 71, 87 and 1D. RGB value is (113,135,29). Sum of RGB (Red+Green+Blue) = 113+135+29=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #71871D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71871D is #8E78E2. Grayscale: #747474. Windows color (decimal): -9337059 or 1935217. OLE color: 1935217.

HSL color Cylindrical-coordinate representation of color #71871D: hue angle of 72.45º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71871D is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB11313529-
CMYK0.1600.790.47
HSL72.45º64.63%32.16%-
HSV(B)72.45º78.52%52.94%-
XYZ15.720.934.37-
YUV116.3478.71125.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 135 (53.12% from 255) = 48.74%
BLUE value IS 29 (11.72% from 255) = 10.47%
R=40.79%
G=48.74%
B=10.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135290.1600.790.4772.4564.6332.16
Hex71871D1004F2F484120
Octal161207352001175711010140
Binary11100011000011111101100000100111110111110010001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71871D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71871D; }

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

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

<style>
 a { background-color: #71871D; }

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

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

<style>
 span { border-color: #71871D; }

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

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