#6DB188

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

Shades of Bay Leaf #6DB188

Tints of Bay Leaf #6DB188

Color information

#6DB188 (or 0x6DB188) is unknown color: approx Bay Leaf. HEX triplet: 6D, B1 and 88. RGB value is (109,177,136). Sum of RGB (Red+Green+Blue) = 109+177+136=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #6DB188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB188 is #924E77. Grayscale: #989898. Windows color (decimal): -9588344 or 8958317. OLE color: 8958317.

HSL color Cylindrical-coordinate representation of color #6DB188: hue angle of 143.82º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DB188 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB109177136-
CMYK0.3800.230.31
HSL143.82º30.36%56.08%-
HSV(B)143.82º38.42%69.41%-
XYZ26.4736.4728.94-
YUV151.99118.9797.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.83%
GREEN value IS 177 (69.53% from 255) = 41.94%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=25.83%
G=41.94%
B=32.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091771360.3800.230.31143.8230.3656.08
Hex6DB188260171F901e38
Octal15526121046027372203670
Binary11011011011000110001000100110010111111111001000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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