#6FB586

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

Shades of Bay Leaf #6FB586

Tints of Bay Leaf #6FB586

Color information

#6FB586 (or 0x6FB586) is unknown color: approx Bay Leaf. HEX triplet: 6F, B5 and 86. RGB value is (111,181,134). Sum of RGB (Red+Green+Blue) = 111+181+134=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 181 - color contains mainly: green. Hex color #6FB586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB586 is #904A79. Grayscale: #9A9A9A. Windows color (decimal): -9456250 or 8828271. OLE color: 8828271.

HSL color Cylindrical-coordinate representation of color #6FB586: hue angle of 139.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB586 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB111181134-
CMYK0.3900.260.29
HSL139.71º32.11%57.25%-
HSV(B)139.71º38.67%70.98%-
XYZ27.3838.1528.47-
YUV154.71116.3196.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.06%
GREEN value IS 181 (71.09% from 255) = 42.49%
BLUE value IS 134 (52.73% from 255) = 31.46%
R=26.06%
G=42.49%
B=31.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111811340.3900.260.29139.7132.1157.25
Hex6FB5862701A1D8c2039
Octal15726520647032352144071
Binary110111110110101100001101001110110101110110001100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,181,134); }

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

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

 a { background-color: rgb(111,181,134); }

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

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

 span { border-color: rgb(111,181,134); }

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