#6DB483

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

Shades of Bay Leaf #6DB483

Tints of Bay Leaf #6DB483

Color information

#6DB483 (or 0x6DB483) is unknown color: approx Bay Leaf. HEX triplet: 6D, B4 and 83. RGB value is (109,180,131). Sum of RGB (Red+Green+Blue) = 109+180+131=420 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.95% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB483 is #924B7C. Grayscale: #999999. Windows color (decimal): -9587581 or 8631405. OLE color: 8631405.

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

Color convert

RGB109180131-
CMYK0.3900.270.29
HSL138.59º32.13%56.67%-
HSV(B)138.59º39.44%70.59%-
XYZ26.7237.5327.31-
YUV153.18115.4896.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.95%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=25.95%
G=42.86%
B=31.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091801310.3900.270.29138.5932.1356.67
Hex6DB4832701B1D8b2039
Octal15526420347033352134071
Binary110110110110100100000111001110110111110110001011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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