#6AB381

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

Shades of Bay Leaf #6AB381

Tints of Bay Leaf #6AB381

Color information

#6AB381 (or 0x6AB381) is unknown color: approx Bay Leaf. HEX triplet: 6A, B3 and 81. RGB value is (106,179,129). Sum of RGB (Red+Green+Blue) = 106+179+129=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB381 is #954C7E. Grayscale: #979797. Windows color (decimal): -9784447 or 8500074. OLE color: 8500074.

HSL color Cylindrical-coordinate representation of color #6AB381: hue angle of 138.9º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AB381 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB106179129-
CMYK0.4100.280.30
HSL138.9º32.44%55.88%-
HSV(B)138.9º40.78%70.2%-
XYZ26.0336.8926.52-
YUV151.47115.3295.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.60%
GREEN value IS 179 (70.31% from 255) = 43.24%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=25.60%
G=43.24%
B=31.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1061791290.4100.280.30138.932.4455.88
Hex6AB3812901C1E8b2038
Octal15226320151034362134070
Binary110101010110011100000011010010111001111010001011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,179,129); }

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

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

 a { background-color: rgb(106,179,129); }

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

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

 span { border-color: rgb(106,179,129); }

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