#6AAB86

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

Shades of Bay Leaf #6AAB86

Tints of Bay Leaf #6AAB86

Color information

#6AAB86 (or 0x6AAB86) is unknown color: approx Bay Leaf. HEX triplet: 6A, AB and 86. RGB value is (106,171,134). Sum of RGB (Red+Green+Blue) = 106+171+134=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB86 is #955479. Grayscale: #939393. Windows color (decimal): -9786490 or 8825706. OLE color: 8825706.

HSL color Cylindrical-coordinate representation of color #6AAB86: hue angle of 145.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAB86 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB106171134-
CMYK0.3800.220.33
HSL145.85º27.9%54.31%-
HSV(B)145.85º38.01%67.06%-
XYZ24.8133.9127.79-
YUV147.35120.4798.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.79%
GREEN value IS 171 (67.19% from 255) = 41.61%
BLUE value IS 134 (52.73% from 255) = 32.60%
R=25.79%
G=41.61%
B=32.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061711340.3800.220.33145.8527.954.31
Hex6AAB862601621921c36
Octal15225320646026412223466
Binary110101010101011100001101001100101101000011001001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,171,134); }

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

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

 a { background-color: rgb(106,171,134); }

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

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

 span { border-color: rgb(106,171,134); }

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