#6DB284

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

Shades of Bay Leaf #6DB284

Tints of Bay Leaf #6DB284

Color information

#6DB284 (or 0x6DB284) is unknown color: approx Bay Leaf. HEX triplet: 6D, B2 and 84. RGB value is (109,178,132). Sum of RGB (Red+Green+Blue) = 109+178+132=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 178 - color contains mainly: green. Hex color #6DB284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB284 is #924D7B. Grayscale: #989898. Windows color (decimal): -9588092 or 8696429. OLE color: 8696429.

HSL color Cylindrical-coordinate representation of color #6DB284: hue angle of 140º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB284 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB109178132-
CMYK0.3900.260.30
HSL140º30.94%56.27%-
HSV(B)140º38.76%69.8%-
XYZ26.3936.7627.53-
YUV152.12116.6497.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.01%
GREEN value IS 178 (69.92% from 255) = 42.48%
BLUE value IS 132 (51.95% from 255) = 31.50%
R=26.01%
G=42.48%
B=31.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1091781320.3900.260.3014030.9456.27
Hex6DB2842701A1E8c1f38
Octal15526220447032362143770
Binary11011011011001010000100100111011010111101000110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,178,132); }

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

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

 a { background-color: rgb(109,178,132); }

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

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

 span { border-color: rgb(109,178,132); }

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