#6A956E

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

Shades of Laurel #6A956E

Tints of Laurel #6A956E

Color information

#6A956E (or 0x6A956E) is unknown color: approx Laurel. HEX triplet: 6A, 95 and 6E. RGB value is (106,149,110). Sum of RGB (Red+Green+Blue) = 106+149+110=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #6A956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A956E is #956A91. Grayscale: #838383. Windows color (decimal): -9792146 or 7247210. OLE color: 7247210.

HSL color Cylindrical-coordinate representation of color #6A956E: hue angle of 125.58º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A956E is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB106149110-
CMYK0.2900.260.42
HSL125.58º16.86%50%-
HSV(B)125.58º28.86%58.43%-
XYZ19.5125.6818.68-
YUV131.7115.75109.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.04%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 110 (43.36% from 255) = 30.14%
R=29.04%
G=40.82%
B=30.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061491100.2900.260.42125.5816.8650
Hex6A956E1D01A2A7e1132
Octal15222515635032521762162
Binary110101010010101110111011101011010101010111111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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