#6FB681

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

Shades of Bay Leaf #6FB681

Tints of Bay Leaf #6FB681

Color information

#6FB681 (or 0x6FB681) is unknown color: approx Bay Leaf. HEX triplet: 6F, B6 and 81. RGB value is (111,182,129). Sum of RGB (Red+Green+Blue) = 111+182+129=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 182 - color contains mainly: green. Hex color #6FB681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB681 is #90497E. Grayscale: #9A9A9A. Windows color (decimal): -9455999 or 8500847. OLE color: 8500847.

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

Color convert

RGB111182129-
CMYK0.3900.290.29
HSL135.21º32.72%57.45%-
HSV(B)135.21º39.01%71.37%-
XYZ27.2538.4226.75-
YUV154.73113.4896.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 182 (71.48% from 255) = 43.13%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=26.30%
G=43.13%
B=30.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111821290.3900.290.29135.2132.7257.45
Hex6FB6812701D1D872139
Octal15726620147035352074171
Binary110111110110110100000011001110111011110110000111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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