#6DB67F

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

Shades of Bay Leaf #6DB67F

Tints of Bay Leaf #6DB67F

Color information

#6DB67F (or 0x6DB67F) is unknown color: approx Bay Leaf. HEX triplet: 6D, B6 and 7F. RGB value is (109,182,127). Sum of RGB (Red+Green+Blue) = 109+182+127=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB67F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB67F is #924980. Grayscale: #9A9A9A. Windows color (decimal): -9587073 or 8369773. OLE color: 8369773.

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

Color convert

RGB109182127-
CMYK0.4000.300.29
HSL134.79º33.33%57.06%-
HSV(B)134.79º40.11%71.37%-
XYZ26.8738.2426.04-
YUV153.9112.8295.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.08%
GREEN value IS 182 (71.48% from 255) = 43.54%
BLUE value IS 127 (50% from 255) = 30.38%
R=26.08%
G=43.54%
B=30.38%

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
Decimal1091821270.4000.300.29134.7933.3357.06
Hex6DB67F2801E1D872139
Octal15526617750036352074171
Binary11011011011011011111111010000111101110110000111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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