#6FBA7F

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

Shades of Bay Leaf #6FBA7F

Tints of Bay Leaf #6FBA7F

Color information

#6FBA7F (or 0x6FBA7F) is unknown color: approx Bay Leaf. HEX triplet: 6F, BA and 7F. RGB value is (111,186,127). Sum of RGB (Red+Green+Blue) = 111+186+127=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA7F is #904580. Grayscale: #9D9D9D. Windows color (decimal): -9454977 or 8370799. OLE color: 8370799.

HSL color Cylindrical-coordinate representation of color #6FBA7F: hue angle of 132.8º 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 #6FBA7F is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB111186127-
CMYK0.4000.320.27
HSL132.8º35.21%58.24%-
HSV(B)132.8º40.32%72.94%-
XYZ27.9540.0326.33-
YUV156.85111.1595.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.18%
GREEN value IS 186 (73.05% from 255) = 43.87%
BLUE value IS 127 (50% from 255) = 29.95%
R=26.18%
G=43.87%
B=29.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111861270.4000.320.27132.835.2158.24
Hex6FBA7F280201B85233a
Octal15727217750040332054372
Binary110111110111010111111110100001000001101110000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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