#71966F

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

Shades of Laurel #71966F

Tints of Laurel #71966F

Color information

#71966F (or 0x71966F) is unknown color: approx Laurel. HEX triplet: 71, 96 and 6F. RGB value is (113,150,111). Sum of RGB (Red+Green+Blue) = 113+150+111=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 150 - color contains mainly: green. Hex color #71966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71966F is #8E6990. Grayscale: #868686. Windows color (decimal): -9333137 or 7313009. OLE color: 7313009.

HSL color Cylindrical-coordinate representation of color #71966F: hue angle of 116.92º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71966F is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB113150111-
CMYK0.2500.260.41
HSL116.92º15.66%51.18%-
HSV(B)116.92º26%58.82%-
XYZ20.5926.4719.06-
YUV134.49114.74112.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.21%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=30.21%
G=40.11%
B=29.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131501110.2500.260.41116.9215.6651.18
Hex71966F1901A29751033
Octal16122615731032511652063
Binary111000110010110110111111001011010101001111010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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