#6DAB87

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

Shades of Bay Leaf #6DAB87

Tints of Bay Leaf #6DAB87

Color information

#6DAB87 (or 0x6DAB87) is unknown color: approx Bay Leaf. HEX triplet: 6D, AB and 87. RGB value is (109,171,135). Sum of RGB (Red+Green+Blue) = 109+171+135=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAB87 is #925478. Grayscale: #949494. Windows color (decimal): -9589881 or 8891245. OLE color: 8891245.

HSL color Cylindrical-coordinate representation of color #6DAB87: hue angle of 145.16º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAB87 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB109171135-
CMYK0.3600.210.33
HSL145.16º26.96%54.9%-
HSV(B)145.16º36.26%67.06%-
XYZ25.2434.1328.18-
YUV148.36120.4699.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.27%
GREEN value IS 171 (67.19% from 255) = 41.20%
BLUE value IS 135 (53.12% from 255) = 32.53%
R=26.27%
G=41.20%
B=32.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091711350.3600.210.33145.1626.9654.9
Hex6DAB872401521911b37
Octal15525320744025412213367
Binary110110110101011100001111001000101011000011001000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,171,135); }

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

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

 a { background-color: rgb(109,171,135); }

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

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

 span { border-color: rgb(109,171,135); }

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