#71842D

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

Shades of Olive Drab #71842D

Tints of Olive Drab #71842D

Color information

#71842D (or 0x71842D) is unknown color: approx Olive Drab. HEX triplet: 71, 84 and 2D. RGB value is (113,132,45). Sum of RGB (Red+Green+Blue) = 113+132+45=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #71842D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71842D is #8E7BD2. Grayscale: #747474. Windows color (decimal): -9337811 or 2983025. OLE color: 2983025.

HSL color Cylindrical-coordinate representation of color #71842D: hue angle of 73.1º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71842D is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB11313245-
CMYK0.1400.660.48
HSL73.1º49.15%34.71%-
HSV(B)73.1º65.91%51.76%-
XYZ15.5320.25.56-
YUV116.487.71125.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 132 (51.95% from 255) = 45.52%
BLUE value IS 45 (17.97% from 255) = 15.52%
R=38.97%
G=45.52%
B=15.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113132450.1400.660.4873.149.1534.71
Hex71842DE04230493123
Octal16120455160102601116143
Binary1110001100001001011011110010000101100001001001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,132,45); }

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

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

 a { background-color: rgb(113,132,45); }

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

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

 span { border-color: rgb(113,132,45); }

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