#6FB982

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

Shades of Bay Leaf #6FB982

Tints of Bay Leaf #6FB982

Color information

#6FB982 (or 0x6FB982) is unknown color: approx Bay Leaf. HEX triplet: 6F, B9 and 82. RGB value is (111,185,130). Sum of RGB (Red+Green+Blue) = 111+185+130=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB982 is #90467D. Grayscale: #9C9C9C. Windows color (decimal): -9455230 or 8567151. OLE color: 8567151.

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

Color convert

RGB111185130-
CMYK0.400.300.27
HSL135.41º34.58%58.04%-
HSV(B)135.41º40%72.55%-
XYZ27.9339.6927.31-
YUV156.6112.9895.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.06%
GREEN value IS 185 (72.66% from 255) = 43.43%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=26.06%
G=43.43%
B=30.52%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111851300.400.300.27135.4134.5858.04
Hex6FB9822801E1B87233a
Octal15727120250036332074372
Binary110111110111001100000101010000111101101110000111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,185,130); }

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

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

 a { background-color: rgb(111,185,130); }

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

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

 span { border-color: rgb(111,185,130); }

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