#6E876C

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

Shades of Laurel #6E876C

Tints of Laurel #6E876C

Color information

#6E876C (or 0x6E876C) is unknown color: approx Laurel. HEX triplet: 6E, 87 and 6C. RGB value is (110,135,108). Sum of RGB (Red+Green+Blue) = 110+135+108=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #6E876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E876C is #917893. Grayscale: #7C7C7C. Windows color (decimal): -9533588 or 7112558. OLE color: 7112558.

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

Color convert

RGB110135108-
CMYK0.1900.20.47
HSL115.56º11.11%47.65%-
HSV(B)115.56º20%52.94%-
XYZ17.821.7317.44-
YUV124.45118.72117.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.16%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=31.16%
G=38.24%
B=30.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1101351080.1900.20.47115.5611.1147.65
Hex6E876C130142F74b30
Octal15620715423024571641360
Binary11011101000011111011001001101010010111111101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,135,108); }

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

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

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

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

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

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

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