#6FB288

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

Shades of Bay Leaf #6FB288

Tints of Bay Leaf #6FB288

Color information

#6FB288 (or 0x6FB288) is unknown color: approx Bay Leaf. HEX triplet: 6F, B2 and 88. RGB value is (111,178,136). Sum of RGB (Red+Green+Blue) = 111+178+136=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB288 is #904D77. Grayscale: #999999. Windows color (decimal): -9457016 or 8958575. OLE color: 8958575.

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

Color convert

RGB111178136-
CMYK0.3800.240.30
HSL142.39º30.32%56.67%-
HSV(B)142.39º37.64%69.8%-
XYZ26.923729.02-
YUV153.18118.397.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.12%
GREEN value IS 178 (69.92% from 255) = 41.88%
BLUE value IS 136 (53.52% from 255) = 32%
R=26.12%
G=41.88%
B=32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111781360.3800.240.30142.3930.3256.67
Hex6FB288260181E8e1e39
Octal15726221046030362163671
Binary11011111011001010001000100110011000111101000111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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