#71952B

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

Shades of Olive Drab #71952B

Tints of Olive Drab #71952B

Color information

#71952B (or 0x71952B) is unknown color: approx Olive Drab. HEX triplet: 71, 95 and 2B. RGB value is (113,149,43). Sum of RGB (Red+Green+Blue) = 113+149+43=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #71952B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71952B is #8E6AD4. Grayscale: #7E7E7E. Windows color (decimal): -9333461 or 2856305. OLE color: 2856305.

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

Color convert

RGB11314943-
CMYK0.2400.710.42
HSL80.38º55.21%37.65%-
HSV(B)80.38º71.14%58.43%-
XYZ17.9925.186.2-
YUV126.1581.07118.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.05%
GREEN value IS 149 (58.59% from 255) = 48.85%
BLUE value IS 43 (17.19% from 255) = 14.10%
R=37.05%
G=48.85%
B=14.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113149430.2400.710.4280.3855.2137.65
Hex71952B180472A503726
Octal16122553300107521206746
Binary11100011001010110101111000010001111010101010000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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