#6DAB88

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

Shades of Bay Leaf #6DAB88

Tints of Bay Leaf #6DAB88

Color information

#6DAB88 (or 0x6DAB88) is unknown color: approx Bay Leaf. HEX triplet: 6D, AB and 88. RGB value is (109,171,136). Sum of RGB (Red+Green+Blue) = 109+171+136=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAB88 is #925477. Grayscale: #949494. Windows color (decimal): -9589880 or 8956781. OLE color: 8956781.

HSL color Cylindrical-coordinate representation of color #6DAB88: hue angle of 146.13º 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 #6DAB88 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB109171136-
CMYK0.3600.200.33
HSL146.13º26.96%54.9%-
HSV(B)146.13º36.26%67.06%-
XYZ25.3134.1528.55-
YUV148.47120.9699.85-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.20%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=26.20%
G=41.11%
B=32.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091711360.3600.200.33146.1326.9654.9
Hex6DAB882401421921b37
Octal15525321044024412223367
Binary110110110101011100010001001000101001000011001001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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