#6E8873

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

Shades of Laurel #6E8873

Tints of Laurel #6E8873

Color information

#6E8873 (or 0x6E8873) is unknown color: approx Laurel. HEX triplet: 6E, 88 and 73. RGB value is (110,136,115). Sum of RGB (Red+Green+Blue) = 110+136+115=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8873 is #91778C. Grayscale: #7D7D7D. Windows color (decimal): -9533325 or 7571566. OLE color: 7571566.

HSL color Cylindrical-coordinate representation of color #6E8873: hue angle of 131.54º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E8873 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB110136115-
CMYK0.1900.150.47
HSL131.54º10.57%48.24%-
HSV(B)131.54º19.12%53.33%-
XYZ18.3322.1619.53-
YUV125.83121.89116.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.47%
GREEN value IS 136 (53.52% from 255) = 37.67%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=30.47%
G=37.67%
B=31.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1101361150.1900.150.47131.5410.5748.24
Hex6E8873130F2F84b30
Octal15621016323017572041360
Binary11011101000100011100111001101111101111100001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,136,115); }

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

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

 a { background-color: rgb(110,136,115); }

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

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

 span { border-color: rgb(110,136,115); }

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