#6FB28C

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

Shades of Bay Leaf #6FB28C

Tints of Bay Leaf #6FB28C

Color information

#6FB28C (or 0x6FB28C) is unknown color: approx Bay Leaf. HEX triplet: 6F, B2 and 8C. RGB value is (111,178,140). Sum of RGB (Red+Green+Blue) = 111+178+140=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB28C is #904D73. Grayscale: #999999. Windows color (decimal): -9457012 or 9220719. OLE color: 9220719.

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

Color convert

RGB111178140-
CMYK0.3800.210.30
HSL145.97º30.32%56.67%-
HSV(B)145.97º37.64%69.8%-
XYZ27.2137.1130.54-
YUV153.64120.397.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.87%
GREEN value IS 178 (69.92% from 255) = 41.49%
BLUE value IS 140 (55.08% from 255) = 32.63%
R=25.87%
G=41.49%
B=32.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111781400.3800.210.30145.9730.3256.67
Hex6FB28C260151E921e39
Octal15726221446025362223671
Binary11011111011001010001100100110010101111101001001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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