#71956F

Color #71956F Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #71956F

Tints of Laurel #71956F

Color information

#71956F (or 0x71956F) is unknown color: approx Laurel. HEX triplet: 71, 95 and 6F. RGB value is (113,149,111). Sum of RGB (Red+Green+Blue) = 113+149+111=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #71956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71956F is #8E6A90. Grayscale: #868686. Windows color (decimal): -9333393 or 7312753. OLE color: 7312753.

HSL color Cylindrical-coordinate representation of color #71956F: hue angle of 116.84º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71956F is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB113149111-
CMYK0.2400.260.42
HSL116.84º15.2%50.98%-
HSV(B)116.84º25.5%58.43%-
XYZ20.4326.1519.01-
YUV133.9115.07113.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=30.29%
G=39.95%
B=29.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131491110.2400.260.42116.8415.250.98
Hex71956F1801A2A75f33
Octal16122515730032521651763
Binary11100011001010111011111100001101010101011101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71956F; }

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

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

<style>
 a { background-color: #71956F; }

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

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

<style>
 span { border-color: #71956F; }

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

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