#6AB084

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

Shades of Bay Leaf #6AB084

Tints of Bay Leaf #6AB084

Color information

#6AB084 (or 0x6AB084) is unknown color: approx Bay Leaf. HEX triplet: 6A, B0 and 84. RGB value is (106,176,132). Sum of RGB (Red+Green+Blue) = 106+176+132=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB084 is #954F7B. Grayscale: #969696. Windows color (decimal): -9785212 or 8695914. OLE color: 8695914.

HSL color Cylindrical-coordinate representation of color #6AB084: hue angle of 142.29º 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 #6AB084 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB106176132-
CMYK0.4000.250.31
HSL142.29º30.7%55.29%-
HSV(B)142.29º39.77%69.02%-
XYZ25.6335.7827.39-
YUV150.05117.8196.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.60%
GREEN value IS 176 (69.14% from 255) = 42.51%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=25.60%
G=42.51%
B=31.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061761320.4000.250.31142.2930.755.29
Hex6AB084280191F8e1f37
Octal15226020450031372163767
Binary11010101011000010000100101000011001111111000111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,176,132); }

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

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

 a { background-color: rgb(106,176,132); }

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

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

 span { border-color: rgb(106,176,132); }

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