#6A946F

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

Shades of Laurel #6A946F

Tints of Laurel #6A946F

Color information

#6A946F (or 0x6A946F) is unknown color: approx Laurel. HEX triplet: 6A, 94 and 6F. RGB value is (106,148,111). Sum of RGB (Red+Green+Blue) = 106+148+111=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #6A946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A946F is #956B90. Grayscale: #838383. Windows color (decimal): -9792401 or 7312490. OLE color: 7312490.

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

Color convert

RGB106148111-
CMYK0.2800.250.42
HSL127.14º16.54%49.8%-
HSV(B)127.14º28.38%58.04%-
XYZ19.425.3918.92-
YUV131.22116.59110.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.04%
GREEN value IS 148 (58.20% from 255) = 40.55%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=29.04%
G=40.55%
B=30.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061481110.2800.250.42127.1416.5449.8
Hex6A946F1C0192A7f1132
Octal15222415734031521772162
Binary110101010010100110111111100011001101010111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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