#6E866E

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

Shades of Laurel #6E866E

Tints of Laurel #6E866E

Color information

#6E866E (or 0x6E866E) is unknown color: approx Laurel. HEX triplet: 6E, 86 and 6E. RGB value is (110,134,110). Sum of RGB (Red+Green+Blue) = 110+134+110=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 134 - color contains mainly: green. Hex color #6E866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E866E is #917991. Grayscale: #7C7C7C. Windows color (decimal): -9533842 or 7243374. OLE color: 7243374.

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

Color convert

RGB110134110-
CMYK0.1800.180.47
HSL120º9.84%47.84%-
HSV(B)120º17.91%52.55%-
XYZ17.7721.4917.96-
YUV124.09120.05117.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.07%
GREEN value IS 134 (52.73% from 255) = 37.85%
BLUE value IS 110 (43.36% from 255) = 31.07%
R=31.07%
G=37.85%
B=31.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1101341100.1800.180.471209.8447.84
Hex6E866E120122F78a30
Octal15620615622022571701260
Binary11011101000011011011101001001001010111111110001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,134,110); }

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

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

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

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

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

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

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