#6A956F

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

Shades of Laurel #6A956F

Tints of Laurel #6A956F

Color information

#6A956F (or 0x6A956F) is unknown color: approx Laurel. HEX triplet: 6A, 95 and 6F. RGB value is (106,149,111). Sum of RGB (Red+Green+Blue) = 106+149+111=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #6A956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A956F is #956A90. Grayscale: #838383. Windows color (decimal): -9792145 or 7312746. OLE color: 7312746.

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

Color convert

RGB106149111-
CMYK0.2900.260.42
HSL126.98º16.86%50%-
HSV(B)126.98º28.86%58.43%-
XYZ19.5625.7118.97-
YUV131.81116.25109.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.96%
GREEN value IS 149 (58.59% from 255) = 40.71%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=28.96%
G=40.71%
B=30.33%

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
Decimal1061491110.2900.260.42126.9816.8650
Hex6A956F1D01A2A7f1132
Octal15222515735032521772162
Binary110101010010101110111111101011010101010111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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