#6FB58A

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

Shades of Bay Leaf #6FB58A

Tints of Bay Leaf #6FB58A

Color information

#6FB58A (or 0x6FB58A) is unknown color: approx Bay Leaf. HEX triplet: 6F, B5 and 8A. RGB value is (111,181,138). Sum of RGB (Red+Green+Blue) = 111+181+138=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 181 - color contains mainly: green. Hex color #6FB58A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB58A is #904A75. Grayscale: #9B9B9B. Windows color (decimal): -9456246 or 9090415. OLE color: 9090415.

HSL color Cylindrical-coordinate representation of color #6FB58A: hue angle of 143.14º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB58A is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB111181138-
CMYK0.3900.240.29
HSL143.14º32.11%57.25%-
HSV(B)143.14º38.67%70.98%-
XYZ27.6738.2629.97-
YUV155.17118.3196.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.81%
GREEN value IS 181 (71.09% from 255) = 42.09%
BLUE value IS 138 (54.30% from 255) = 32.09%
R=25.81%
G=42.09%
B=32.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111811380.3900.240.29143.1432.1157.25
Hex6FB58A270181D8f2039
Octal15726521247030352174071
Binary110111110110101100010101001110110001110110001111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,181,138); }

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

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

 a { background-color: rgb(111,181,138); }

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

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

 span { border-color: rgb(111,181,138); }

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