#6FAE80

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

Shades of Bay Leaf #6FAE80

Tints of Bay Leaf #6FAE80

Color information

#6FAE80 (or 0x6FAE80) is unknown color: approx Bay Leaf. HEX triplet: 6F, AE and 80. RGB value is (111,174,128). Sum of RGB (Red+Green+Blue) = 111+174+128=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAE80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAE80 is #90517F. Grayscale: #969696. Windows color (decimal): -9458048 or 8433263. OLE color: 8433263.

HSL color Cylindrical-coordinate representation of color #6FAE80: hue angle of 136.19º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAE80 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB111174128-
CMYK0.3600.260.32
HSL136.19º28%55.88%-
HSV(B)136.19º36.21%68.24%-
XYZ25.5935.2125.87-
YUV149.92115.63100.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.88%
GREEN value IS 174 (68.36% from 255) = 42.13%
BLUE value IS 128 (50.39% from 255) = 30.99%
R=26.88%
G=42.13%
B=30.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111741280.3600.260.32136.192855.88
Hex6FAE802401A20881c38
Octal15725620044032402103470
Binary110111110101110100000001001000110101000001000100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,174,128); }

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

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

 a { background-color: rgb(111,174,128); }

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

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

 span { border-color: rgb(111,174,128); }

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