#71871A

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

Shades of Olive Drab #71871A

Tints of Olive Drab #71871A

Color information

#71871A (or 0x71871A) is unknown color: approx Olive Drab. HEX triplet: 71, 87 and 1A. RGB value is (113,135,26). Sum of RGB (Red+Green+Blue) = 113+135+26=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #71871A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71871A is #8E78E5. Grayscale: #747474. Windows color (decimal): -9337062 or 1738609. OLE color: 1738609.

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

Color convert

RGB11313526-
CMYK0.1600.810.47
HSL72.11º67.7%31.57%-
HSV(B)72.11º80.74%52.94%-
XYZ15.6620.914.19-
YUV11677.21125.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.24%
GREEN value IS 135 (53.12% from 255) = 49.27%
BLUE value IS 26 (10.55% from 255) = 9.49%
R=41.24%
G=49.27%
B=9.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135260.1600.810.4772.1167.731.57
Hex71871A100512F484420
Octal161207322001215711010440
Binary11100011000011111010100000101000110111110010001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71871A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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