#6D8E71

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

Shades of Laurel #6D8E71

Tints of Laurel #6D8E71

Color information

#6D8E71 (or 0x6D8E71) is unknown color: approx Laurel. HEX triplet: 6D, 8E and 71. RGB value is (109,142,113). Sum of RGB (Red+Green+Blue) = 109+142+113=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8E71 is #92718E. Grayscale: #808080. Windows color (decimal): -9597327 or 7442029. OLE color: 7442029.

HSL color Cylindrical-coordinate representation of color #6D8E71: hue angle of 127.27º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D8E71 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB109142113-
CMYK0.2300.200.44
HSL127.27º13.15%49.22%-
HSV(B)127.27º23.24%55.69%-
XYZ18.9623.7919.22-
YUV128.83119.07113.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.95%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 113 (44.53% from 255) = 31.04%
R=29.95%
G=39.01%
B=31.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1091421130.2300.200.44127.2713.1549.22
Hex6D8E71170142C7fd31
Octal15521616127024541771561
Binary11011011000111011100011011101010010110011111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D8E71; }

 p { color: rgb(109,142,113); }

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

<style>
 a { background-color: #6D8E71; }

 a { background-color: rgb(109,142,113); }

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

<style>
 span { border-color: #6D8E71; }

 span { border-color: rgb(109,142,113); }

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