#71883A

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

Shades of Olive Drab #71883A

Tints of Olive Drab #71883A

Color information

#71883A (or 0x71883A) is unknown color: approx Olive Drab. HEX triplet: 71, 88 and 3A. RGB value is (113,136,58). Sum of RGB (Red+Green+Blue) = 113+136+58=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #71883A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71883A is #8E77C5. Grayscale: #787878. Windows color (decimal): -9336774 or 3836017. OLE color: 3836017.

HSL color Cylindrical-coordinate representation of color #71883A: hue angle of 77.69º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71883A is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB11313658-
CMYK0.1700.570.47
HSL77.69º40.21%38.04%-
HSV(B)77.69º57.35%53.33%-
XYZ16.3821.427.28-
YUV120.2392.88122.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.81%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=36.81%
G=44.30%
B=18.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113136580.1700.570.4777.6940.2138.04
Hex71883A110392F4e2826
Octal1612107221071571165046
Binary1110001100010001110101000101110011011111001110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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