#6A986F

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

Shades of Laurel #6A986F

Tints of Laurel #6A986F

Color information

#6A986F (or 0x6A986F) is unknown color: approx Laurel. HEX triplet: 6A, 98 and 6F. RGB value is (106,152,111). Sum of RGB (Red+Green+Blue) = 106+152+111=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #6A986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A986F is #956790. Grayscale: #858585. Windows color (decimal): -9791377 or 7313514. OLE color: 7313514.

HSL color Cylindrical-coordinate representation of color #6A986F: hue angle of 126.52º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A986F is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB106152111-
CMYK0.3000.270.40
HSL126.52º18.25%50.59%-
HSV(B)126.52º30.26%59.61%-
XYZ20.0426.6719.13-
YUV133.57115.26108.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.73%
GREEN value IS 152 (59.77% from 255) = 41.19%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=28.73%
G=41.19%
B=30.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1061521110.3000.270.40126.5218.2550.59
Hex6A986F1E01B287f1233
Octal15223015736033501772263
Binary110101010011000110111111110011011101000111111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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