#6DB782

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

Shades of Bay Leaf #6DB782

Tints of Bay Leaf #6DB782

Color information

#6DB782 (or 0x6DB782) is unknown color: approx Bay Leaf. HEX triplet: 6D, B7 and 82. RGB value is (109,183,130). Sum of RGB (Red+Green+Blue) = 109+183+130=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB782 is #92487D. Grayscale: #9A9A9A. Windows color (decimal): -9586814 or 8566637. OLE color: 8566637.

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

Color convert

RGB109183130-
CMYK0.4000.290.28
HSL137.03º33.94%57.25%-
HSV(B)137.03º40.44%71.76%-
XYZ27.2738.7327.16-
YUV154.83113.9895.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.83%
GREEN value IS 183 (71.88% from 255) = 43.36%
BLUE value IS 130 (51.17% from 255) = 30.81%
R=25.83%
G=43.36%
B=30.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1091831300.4000.290.28137.0333.9457.25
Hex6DB7822801D1C892239
Octal15526720250035342114271
Binary110110110110111100000101010000111011110010001001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,183,130); }

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

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

 a { background-color: rgb(109,183,130); }

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

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

 span { border-color: rgb(109,183,130); }

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