#6DB380

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

Shades of Bay Leaf #6DB380

Tints of Bay Leaf #6DB380

Color information

#6DB380 (or 0x6DB380) is unknown color: approx Bay Leaf. HEX triplet: 6D, B3 and 80. RGB value is (109,179,128). Sum of RGB (Red+Green+Blue) = 109+179+128=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 179 - color contains mainly: green. Hex color #6DB380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB380 is #924C7F. Grayscale: #989898. Windows color (decimal): -9587840 or 8434541. OLE color: 8434541.

HSL color Cylindrical-coordinate representation of color #6DB380: hue angle of 136.29º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB380 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB109179128-
CMYK0.3900.280.30
HSL136.29º31.53%56.47%-
HSV(B)136.29º39.11%70.2%-
XYZ26.3237.0526.19-
YUV152.26114.3197.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.20%
GREEN value IS 179 (70.31% from 255) = 43.03%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=26.20%
G=43.03%
B=30.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1091791280.3900.280.30136.2931.5356.47
Hex6DB3802701C1E882038
Octal15526320047034362104070
Binary110110110110011100000001001110111001111010001000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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