#6FB881

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

Shades of Bay Leaf #6FB881

Tints of Bay Leaf #6FB881

Color information

#6FB881 (or 0x6FB881) is unknown color: approx Bay Leaf. HEX triplet: 6F, B8 and 81. RGB value is (111,184,129). Sum of RGB (Red+Green+Blue) = 111+184+129=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 184 - color contains mainly: green. Hex color #6FB881 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB881 is #90477E. Grayscale: #9C9C9C. Windows color (decimal): -9455487 or 8501359. OLE color: 8501359.

HSL color Cylindrical-coordinate representation of color #6FB881: hue angle of 134.79º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FB881 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB111184129-
CMYK0.4000.300.28
HSL134.79º33.95%57.84%-
HSV(B)134.79º39.67%72.16%-
XYZ27.6639.2526.89-
YUV155.9112.8295.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.18%
GREEN value IS 184 (72.27% from 255) = 43.40%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=26.18%
G=43.40%
B=30.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1111841290.4000.300.28134.7933.9557.84
Hex6FB8812801E1C87223a
Octal15727020150036342074272
Binary110111110111000100000011010000111101110010000111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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