#6DB57F

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

Shades of Bay Leaf #6DB57F

Tints of Bay Leaf #6DB57F

Color information

#6DB57F (or 0x6DB57F) is unknown color: approx Bay Leaf. HEX triplet: 6D, B5 and 7F. RGB value is (109,181,127). Sum of RGB (Red+Green+Blue) = 109+181+127=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB57F is #924A80. Grayscale: #999999. Windows color (decimal): -9587329 or 8369517. OLE color: 8369517.

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

Color convert

RGB109181127-
CMYK0.4000.300.29
HSL135º32.73%56.86%-
HSV(B)135º39.78%70.98%-
XYZ26.6637.8325.98-
YUV153.32113.1596.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.14%
GREEN value IS 181 (71.09% from 255) = 43.41%
BLUE value IS 127 (50% from 255) = 30.46%
R=26.14%
G=43.41%
B=30.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091811270.4000.300.2913532.7356.86
Hex6DB57F2801E1D872139
Octal15526517750036352074171
Binary11011011011010111111111010000111101110110000111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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