#6DB87F

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

Shades of Bay Leaf #6DB87F

Tints of Bay Leaf #6DB87F

Color information

#6DB87F (or 0x6DB87F) is unknown color: approx Bay Leaf. HEX triplet: 6D, B8 and 7F. RGB value is (109,184,127). Sum of RGB (Red+Green+Blue) = 109+184+127=420 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.95% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB87F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB87F is #924780. Grayscale: #9B9B9B. Windows color (decimal): -9586561 or 8370285. OLE color: 8370285.

HSL color Cylindrical-coordinate representation of color #6DB87F: hue angle of 134.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DB87F is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB109184127-
CMYK0.4100.310.28
HSL134.4º34.56%57.45%-
HSV(B)134.4º40.76%72.16%-
XYZ27.2839.0626.18-
YUV155.08112.1595.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.95%
GREEN value IS 184 (72.27% from 255) = 43.81%
BLUE value IS 127 (50% from 255) = 30.24%
R=25.95%
G=43.81%
B=30.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1091841270.4100.310.28134.434.5657.45
Hex6DB87F2901F1C862339
Octal15527017751037342064371
Binary11011011011100011111111010010111111110010000110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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