#6FB67F

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

Shades of Bay Leaf #6FB67F

Tints of Bay Leaf #6FB67F

Color information

#6FB67F (or 0x6FB67F) is unknown color: approx Bay Leaf. HEX triplet: 6F, B6 and 7F. RGB value is (111,182,127). Sum of RGB (Red+Green+Blue) = 111+182+127=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 182 - color contains mainly: green. Hex color #6FB67F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB67F is #904980. Grayscale: #9A9A9A. Windows color (decimal): -9456001 or 8369775. OLE color: 8369775.

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

Color convert

RGB111182127-
CMYK0.3900.300.29
HSL133.52º32.72%57.45%-
HSV(B)133.52º39.01%71.37%-
XYZ27.1138.3726.06-
YUV154.5112.4896.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.43%
GREEN value IS 182 (71.48% from 255) = 43.33%
BLUE value IS 127 (50% from 255) = 30.24%
R=26.43%
G=43.33%
B=30.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111821270.3900.300.29133.5232.7257.45
Hex6FB67F2701E1D862139
Octal15726617747036352064171
Binary11011111011011011111111001110111101110110000110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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