#6FBA88

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

Shades of Bay Leaf #6FBA88

Tints of Bay Leaf #6FBA88

Color information

#6FBA88 (or 0x6FBA88) is unknown color: approx Bay Leaf. HEX triplet: 6F, BA and 88. RGB value is (111,186,136). Sum of RGB (Red+Green+Blue) = 111+186+136=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBA88 is #904577. Grayscale: #9E9E9E. Windows color (decimal): -9454968 or 8960623. OLE color: 8960623.

HSL color Cylindrical-coordinate representation of color #6FBA88: hue angle of 140º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FBA88 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB111186136-
CMYK0.4000.270.27
HSL140º35.21%58.24%-
HSV(B)140º40.32%72.94%-
XYZ28.5640.2729.56-
YUV157.87115.6594.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.64%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 136 (53.52% from 255) = 31.41%
R=25.64%
G=42.96%
B=31.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111861360.4000.270.2714035.2158.24
Hex6FBA882801B1B8c233a
Octal15727221050033332144372
Binary110111110111010100010001010000110111101110001100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,186,136); }

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

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

 a { background-color: rgb(111,186,136); }

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

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

 span { border-color: rgb(111,186,136); }

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