#6E916A

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

Shades of Laurel #6E916A

Tints of Laurel #6E916A

Color information

#6E916A (or 0x6E916A) is unknown color: approx Laurel. HEX triplet: 6E, 91 and 6A. RGB value is (110,145,106). Sum of RGB (Red+Green+Blue) = 110+145+106=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #6E916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E916A is #916E95. Grayscale: #828282. Windows color (decimal): -9531030 or 6984046. OLE color: 6984046.

HSL color Cylindrical-coordinate representation of color #6E916A: hue angle of 113.85º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E916A is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB110145106-
CMYK0.2400.270.43
HSL113.85º15.54%49.22%-
HSV(B)113.85º26.9%56.86%-
XYZ19.1624.6117.38-
YUV130.09114.4113.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.47%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=30.47%
G=40.17%
B=29.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101451060.2400.270.43113.8515.5449.22
Hex6E916A1801B2B721031
Octal15622115230033531622061
Binary110111010010001110101011000011011101011111001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,145,106); }

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

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

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

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

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

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

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