#6A956D

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

Shades of Laurel #6A956D

Tints of Laurel #6A956D

Color information

#6A956D (or 0x6A956D) is unknown color: approx Laurel. HEX triplet: 6A, 95 and 6D. RGB value is (106,149,109). Sum of RGB (Red+Green+Blue) = 106+149+109=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #6A956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A956D is #956A92. Grayscale: #838383. Windows color (decimal): -9792147 or 7181674. OLE color: 7181674.

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

Color convert

RGB106149109-
CMYK0.2900.270.42
HSL124.19º16.86%50%-
HSV(B)124.19º28.86%58.43%-
XYZ19.4525.6618.4-
YUV131.58115.25109.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.12%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=29.12%
G=40.93%
B=29.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061491090.2900.270.42124.1916.8650
Hex6A956D1D01B2A7c1132
Octal15222515535033521742162
Binary110101010010101110110111101011011101010111110010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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