#6E856D

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

Shades of Laurel #6E856D

Tints of Laurel #6E856D

Color information

#6E856D (or 0x6E856D) is unknown color: approx Laurel. HEX triplet: 6E, 85 and 6D. RGB value is (110,133,109). Sum of RGB (Red+Green+Blue) = 110+133+109=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #6E856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E856D is #917A92. Grayscale: #7B7B7B. Windows color (decimal): -9534099 or 7177582. OLE color: 7177582.

HSL color Cylindrical-coordinate representation of color #6E856D: hue angle of 117.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E856D is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB110133109-
CMYK0.1700.180.48
HSL117.5º9.92%47.45%-
HSV(B)117.5º18.05%52.16%-
XYZ17.5821.1917.63-
YUV123.39119.88118.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.25%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=31.25%
G=37.78%
B=30.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1101331090.1700.180.48117.59.9247.45
Hex6E856D110123076a2f
Octal15620515521022601661257
Binary11011101000010111011011000101001011000011101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,133,109); }

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

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

 a { background-color: rgb(110,133,109); }

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

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

 span { border-color: rgb(110,133,109); }

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