#6EAF88

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

Shades of Bay Leaf #6EAF88

Tints of Bay Leaf #6EAF88

Color information

#6EAF88 (or 0x6EAF88) is unknown color: approx Bay Leaf. HEX triplet: 6E, AF and 88. RGB value is (110,175,136). Sum of RGB (Red+Green+Blue) = 110+175+136=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAF88 is #915077. Grayscale: #979797. Windows color (decimal): -9523320 or 8957806. OLE color: 8957806.

HSL color Cylindrical-coordinate representation of color #6EAF88: hue angle of 144º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAF88 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB110175136-
CMYK0.3700.220.31
HSL144º28.89%55.88%-
HSV(B)144º37.14%68.63%-
XYZ26.235.7528.81-
YUV151.12119.4798.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.13%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 136 (53.52% from 255) = 32.30%
R=26.13%
G=41.57%
B=32.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101751360.3700.220.3114428.8955.88
Hex6EAF88250161F901d38
Octal15625721045026372203570
Binary11011101010111110001000100101010110111111001000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,175,136); }

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

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

 a { background-color: rgb(110,175,136); }

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

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

 span { border-color: rgb(110,175,136); }

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