#71952A

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

Shades of Olive Drab #71952A

Tints of Olive Drab #71952A

Color information

#71952A (or 0x71952A) is unknown color: approx Olive Drab. HEX triplet: 71, 95 and 2A. RGB value is (113,149,42). Sum of RGB (Red+Green+Blue) = 113+149+42=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #71952A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71952A is #8E6AD5. Grayscale: #7E7E7E. Windows color (decimal): -9333462 or 2790769. OLE color: 2790769.

HSL color Cylindrical-coordinate representation of color #71952A: hue angle of 80.19º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71952A is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB11314942-
CMYK0.2400.720.42
HSL80.19º56.02%37.45%-
HSV(B)80.19º71.81%58.43%-
XYZ17.9825.176.1-
YUV126.0480.57118.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 149 (58.59% from 255) = 49.01%
BLUE value IS 42 (16.80% from 255) = 13.82%
R=37.17%
G=49.01%
B=13.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113149420.2400.720.4280.1956.0237.45
Hex71952A180482A503825
Octal16122552300110521207045
Binary11100011001010110101011000010010001010101010000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71952A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,149,42); }

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

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

 a { background-color: rgb(113,149,42); }

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

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

 span { border-color: rgb(113,149,42); }

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