#6AB182

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

Shades of Bay Leaf #6AB182

Tints of Bay Leaf #6AB182

Color information

#6AB182 (or 0x6AB182) is unknown color: approx Bay Leaf. HEX triplet: 6A, B1 and 82. RGB value is (106,177,130). Sum of RGB (Red+Green+Blue) = 106+177+130=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB182 is #954E7D. Grayscale: #969696. Windows color (decimal): -9784958 or 8565098. OLE color: 8565098.

HSL color Cylindrical-coordinate representation of color #6AB182: hue angle of 140.28º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AB182 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB106177130-
CMYK0.4000.270.31
HSL140.28º31.28%55.49%-
HSV(B)140.28º40.11%69.41%-
XYZ25.736.1226.74-
YUV150.41116.4896.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.67%
GREEN value IS 177 (69.53% from 255) = 42.86%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=25.67%
G=42.86%
B=31.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061771300.4000.270.31140.2831.2855.49
Hex6AB1822801B1F8c1f37
Octal15226120250033372143767
Binary11010101011000110000010101000011011111111000110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,177,130); }

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

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

 a { background-color: rgb(106,177,130); }

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

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

 span { border-color: rgb(106,177,130); }

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