#71932C

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

Shades of Olive Drab #71932C

Tints of Olive Drab #71932C

Color information

#71932C (or 0x71932C) is unknown color: approx Olive Drab. HEX triplet: 71, 93 and 2C. RGB value is (113,147,44). Sum of RGB (Red+Green+Blue) = 113+147+44=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #71932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71932C is #8E6CD3. Grayscale: #7D7D7D. Windows color (decimal): -9333972 or 2921329. OLE color: 2921329.

HSL color Cylindrical-coordinate representation of color #71932C: hue angle of 79.81º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71932C is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB11314744-
CMYK0.2300.700.42
HSL79.81º53.93%37.45%-
HSV(B)79.81º70.07%57.65%-
XYZ17.724.566.19-
YUV125.0982.24119.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 147 (57.81% from 255) = 48.36%
BLUE value IS 44 (17.58% from 255) = 14.47%
R=37.17%
G=48.36%
B=14.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113147440.2300.700.4279.8153.9337.45
Hex71932C170462A503625
Octal16122354270106521206645
Binary11100011001001110110010111010001101010101010000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71932C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71932C; }

 p { color: rgb(113,147,44); }

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

<style>
 a { background-color: #71932C; }

 a { background-color: rgb(113,147,44); }

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

<style>
 span { border-color: #71932C; }

 span { border-color: rgb(113,147,44); }

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