#6FB589

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

Shades of Bay Leaf #6FB589

Tints of Bay Leaf #6FB589

Color information

#6FB589 (or 0x6FB589) is unknown color: approx Bay Leaf. HEX triplet: 6F, B5 and 89. RGB value is (111,181,137). Sum of RGB (Red+Green+Blue) = 111+181+137=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #6FB589 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB589 is #904A76. Grayscale: #9B9B9B. Windows color (decimal): -9456247 or 9024879. OLE color: 9024879.

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

Color convert

RGB111181137-
CMYK0.3900.240.29
HSL142.29º32.11%57.25%-
HSV(B)142.29º38.67%70.98%-
XYZ27.5938.2329.59-
YUV155.05117.8196.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.87%
GREEN value IS 181 (71.09% from 255) = 42.19%
BLUE value IS 137 (53.91% from 255) = 31.93%
R=25.87%
G=42.19%
B=31.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111811370.3900.240.29142.2932.1157.25
Hex6FB589270181D8e2039
Octal15726521147030352164071
Binary110111110110101100010011001110110001110110001110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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