#71936F

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

Shades of Laurel #71936F

Tints of Laurel #71936F

Color information

#71936F (or 0x71936F) is unknown color: approx Laurel. HEX triplet: 71, 93 and 6F. RGB value is (113,147,111). Sum of RGB (Red+Green+Blue) = 113+147+111=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #71936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71936F is #8E6C90. Grayscale: #848484. Windows color (decimal): -9333905 or 7312241. OLE color: 7312241.

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

Color convert

RGB113147111-
CMYK0.2300.240.42
HSL116.67º14.29%50.59%-
HSV(B)116.67º24.49%57.65%-
XYZ20.1125.5318.91-
YUV132.73115.74113.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=30.46%
G=39.62%
B=29.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131471110.2300.240.42116.6714.2950.59
Hex71936F170182A75e33
Octal16122315727030521651663
Binary11100011001001111011111011101100010101011101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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