#6DB084

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

Shades of Bay Leaf #6DB084

Tints of Bay Leaf #6DB084

Color information

#6DB084 (or 0x6DB084) is unknown color: approx Bay Leaf. HEX triplet: 6D, B0 and 84. RGB value is (109,176,132). Sum of RGB (Red+Green+Blue) = 109+176+132=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB084 is #924F7B. Grayscale: #979797. Windows color (decimal): -9588604 or 8695917. OLE color: 8695917.

HSL color Cylindrical-coordinate representation of color #6DB084: hue angle of 140.6º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DB084 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB109176132-
CMYK0.3800.250.31
HSL140.6º29.78%55.88%-
HSV(B)140.6º38.07%69.02%-
XYZ2635.9727.4-
YUV150.95117.398.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.14%
GREEN value IS 176 (69.14% from 255) = 42.21%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=26.14%
G=42.21%
B=31.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091761320.3800.250.31140.629.7855.88
Hex6DB084260191F8d1e38
Octal15526020446031372153670
Binary11011011011000010000100100110011001111111000110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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