#6FAE8B

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

Shades of Bay Leaf #6FAE8B

Tints of Bay Leaf #6FAE8B

Color information

#6FAE8B (or 0x6FAE8B) is unknown color: approx Bay Leaf. HEX triplet: 6F, AE and 8B. RGB value is (111,174,139). Sum of RGB (Red+Green+Blue) = 111+174+139=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAE8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAE8B is #905174. Grayscale: #979797. Windows color (decimal): -9458037 or 9154159. OLE color: 9154159.

HSL color Cylindrical-coordinate representation of color #6FAE8B: hue angle of 146.67º 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 #6FAE8B is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB111174139-
CMYK0.3600.200.32
HSL146.67º28%55.88%-
HSV(B)146.67º36.21%68.24%-
XYZ26.3535.5229.89-
YUV151.17121.1399.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.18%
GREEN value IS 174 (68.36% from 255) = 41.04%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=26.18%
G=41.04%
B=32.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111741390.3600.200.32146.672855.88
Hex6FAE8B2401420931c38
Octal15725621344024402233470
Binary110111110101110100010111001000101001000001001001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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