#6DB580

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

Shades of Bay Leaf #6DB580

Tints of Bay Leaf #6DB580

Color information

#6DB580 (or 0x6DB580) is unknown color: approx Bay Leaf. HEX triplet: 6D, B5 and 80. RGB value is (109,181,128). Sum of RGB (Red+Green+Blue) = 109+181+128=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB580 is #924A7F. Grayscale: #999999. Windows color (decimal): -9587328 or 8435053. OLE color: 8435053.

HSL color Cylindrical-coordinate representation of color #6DB580: hue angle of 135.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB580 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB109181128-
CMYK0.4000.290.29
HSL135.83º32.73%56.86%-
HSV(B)135.83º39.78%70.98%-
XYZ26.7337.8626.32-
YUV153.43113.6596.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.08%
GREEN value IS 181 (71.09% from 255) = 43.30%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=26.08%
G=43.30%
B=30.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091811280.4000.290.29135.8332.7356.86
Hex6DB5802801D1D882139
Octal15526520050035352104171
Binary110110110110101100000001010000111011110110001000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,181,128); }

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

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

 a { background-color: rgb(109,181,128); }

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

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

 span { border-color: rgb(109,181,128); }

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