#6E8170

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

Shades of Laurel #6E8170

Tints of Laurel #6E8170

Color information

#6E8170 (or 0x6E8170) is unknown color: approx Laurel. HEX triplet: 6E, 81 and 70. RGB value is (110,129,112). Sum of RGB (Red+Green+Blue) = 110+129+112=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 129 - color contains mainly: green. Hex color #6E8170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8170 is #917E8F. Grayscale: #797979. Windows color (decimal): -9535120 or 7373166. OLE color: 7373166.

HSL color Cylindrical-coordinate representation of color #6E8170: hue angle of 126.32º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E8170 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB110129112-
CMYK0.1500.130.49
HSL126.32º7.95%46.86%-
HSV(B)126.32º14.73%50.59%-
XYZ17.2120.1918.32-
YUV121.38122.71119.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.34%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=31.34%
G=36.75%
B=31.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1101291120.1500.130.49126.327.9546.86
Hex6E8170F0D317e82f
Octal15620116017015611761057
Binary110111010000001111000011110110111000111111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,129,112); }

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

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

 a { background-color: rgb(110,129,112); }

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

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

 span { border-color: rgb(110,129,112); }

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