#71881B

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

Shades of Olive Drab #71881B

Tints of Olive Drab #71881B

Color information

#71881B (or 0x71881B) is unknown color: approx Olive Drab. HEX triplet: 71, 88 and 1B. RGB value is (113,136,27). Sum of RGB (Red+Green+Blue) = 113+136+27=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #71881B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71881B is #8E77E4. Grayscale: #757575. Windows color (decimal): -9336805 or 1804401. OLE color: 1804401.

HSL color Cylindrical-coordinate representation of color #71881B: hue angle of 72.66º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71881B is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB11313627-
CMYK0.1700.800.47
HSL72.66º66.87%31.96%-
HSV(B)72.66º80.15%53.33%-
XYZ15.8121.24.3-
YUV116.777.38125.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 136 (53.52% from 255) = 49.28%
BLUE value IS 27 (10.94% from 255) = 9.78%
R=40.94%
G=49.28%
B=9.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113136270.1700.800.4772.6666.8731.96
Hex71881B110502F494320
Octal161210332101205711110340
Binary11100011000100011011100010101000010111110010011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71881B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,136,27); }

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

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

 a { background-color: rgb(113,136,27); }

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

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

 span { border-color: rgb(113,136,27); }

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