#6FB382

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

Shades of Bay Leaf #6FB382

Tints of Bay Leaf #6FB382

Color information

#6FB382 (or 0x6FB382) is unknown color: approx Bay Leaf. HEX triplet: 6F, B3 and 82. RGB value is (111,179,130). Sum of RGB (Red+Green+Blue) = 111+179+130=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB382 is #904C7D. Grayscale: #999999. Windows color (decimal): -9456766 or 8565615. OLE color: 8565615.

HSL color Cylindrical-coordinate representation of color #6FB382: hue angle of 136.76º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB382 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB111179130-
CMYK0.3800.270.30
HSL136.76º30.91%56.86%-
HSV(B)136.76º37.99%70.2%-
XYZ26.737.2326.9-
YUV153.08114.9797.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.43%
GREEN value IS 179 (70.31% from 255) = 42.62%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=26.43%
G=42.62%
B=30.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111791300.3800.270.30136.7630.9156.86
Hex6FB3822601B1E891f39
Octal15726320246033362113771
Binary11011111011001110000010100110011011111101000100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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