#6FB38C

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

Shades of Bay Leaf #6FB38C

Tints of Bay Leaf #6FB38C

Color information

#6FB38C (or 0x6FB38C) is unknown color: approx Bay Leaf. HEX triplet: 6F, B3 and 8C. RGB value is (111,179,140). Sum of RGB (Red+Green+Blue) = 111+179+140=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB38C is #904C73. Grayscale: #9A9A9A. Windows color (decimal): -9456756 or 9220975. OLE color: 9220975.

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

Color convert

RGB111179140-
CMYK0.3800.220.30
HSL145.59º30.91%56.86%-
HSV(B)145.59º37.99%70.2%-
XYZ27.4137.5130.61-
YUV154.22119.9797.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.81%
GREEN value IS 179 (70.31% from 255) = 41.63%
BLUE value IS 140 (55.08% from 255) = 32.56%
R=25.81%
G=41.63%
B=32.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111791400.3800.220.30145.5930.9156.86
Hex6FB38C260161E921f39
Octal15726321446026362223771
Binary11011111011001110001100100110010110111101001001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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