#6DB383

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

Shades of Bay Leaf #6DB383

Tints of Bay Leaf #6DB383

Color information

#6DB383 (or 0x6DB383) is unknown color: approx Bay Leaf. HEX triplet: 6D, B3 and 83. RGB value is (109,179,131). Sum of RGB (Red+Green+Blue) = 109+179+131=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #6DB383 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB383 is #924C7C. Grayscale: #989898. Windows color (decimal): -9587837 or 8631149. OLE color: 8631149.

HSL color Cylindrical-coordinate representation of color #6DB383: hue angle of 138.86º 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 #6DB383 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB109179131-
CMYK0.3900.270.30
HSL138.86º31.53%56.47%-
HSV(B)138.86º39.11%70.2%-
XYZ26.5237.1327.24-
YUV152.6115.8196.9-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.01%
GREEN value IS 179 (70.31% from 255) = 42.72%
BLUE value IS 131 (51.56% from 255) = 31.26%
R=26.01%
G=42.72%
B=31.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1091791310.3900.270.30138.8631.5356.47
Hex6DB3832701B1E8b2038
Octal15526320347033362134070
Binary110110110110011100000111001110110111111010001011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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