#6A916E

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

Shades of Laurel #6A916E

Tints of Laurel #6A916E

Color information

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

HSL color Cylindrical-coordinate representation of color #6A916E: hue angle of 126.15º 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 #6A916E is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB106145110-
CMYK0.2700.240.43
HSL126.15º15.54%49.22%-
HSV(B)126.15º26.9%56.86%-
XYZ18.8824.4418.47-
YUV129.35117.08111.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1061451100.2700.240.43126.1515.5449.22
Hex6A916E1B0182B7e1031
Octal15222115633030531762061
Binary110101010010001110111011011011000101011111111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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