#6FB47F

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

Shades of Bay Leaf #6FB47F

Tints of Bay Leaf #6FB47F

Color information

#6FB47F (or 0x6FB47F) is unknown color: approx Bay Leaf. HEX triplet: 6F, B4 and 7F. RGB value is (111,180,127). Sum of RGB (Red+Green+Blue) = 111+180+127=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB47F is #904B80. Grayscale: #999999. Windows color (decimal): -9456513 or 8369263. OLE color: 8369263.

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

Color convert

RGB111180127-
CMYK0.3800.290.29
HSL133.91º31.51%57.06%-
HSV(B)133.91º38.33%70.59%-
XYZ26.7137.5525.92-
YUV153.33113.1497.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.56%
GREEN value IS 180 (70.70% from 255) = 43.06%
BLUE value IS 127 (50% from 255) = 30.38%
R=26.56%
G=43.06%
B=30.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111801270.3800.290.29133.9131.5157.06
Hex6FB47F2601D1D862039
Octal15726417746035352064071
Binary11011111011010011111111001100111011110110000110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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