#7EAD88

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

Shades of Bay Leaf #7EAD88

Tints of Bay Leaf #7EAD88

Color information

#7EAD88 (or 0x7EAD88) is unknown color: approx Bay Leaf. HEX triplet: 7E, AD and 88. RGB value is (126,173,136). Sum of RGB (Red+Green+Blue) = 126+173+136=435 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.97% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAD88 is #815277. Grayscale: #9A9A9A. Windows color (decimal): -8475256 or 8957310. OLE color: 8957310.

HSL color Cylindrical-coordinate representation of color #7EAD88: hue angle of 132.77º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EAD88 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB126173136-
CMYK0.2700.210.32
HSL132.77º22.27%58.63%-
HSV(B)132.77º27.17%67.84%-
XYZ27.9936.128.79-
YUV154.73117.43107.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.97%
GREEN value IS 173 (67.97% from 255) = 39.77%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=28.97%
G=39.77%
B=31.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261731360.2700.210.32132.7722.2758.63
Hex7EAD881B0152085163b
Octal17625521033025402052673
Binary11111101010110110001000110110101011000001000010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EAD88; }

 p { color: rgb(126,173,136); }

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

<style>
 a { background-color: #7EAD88; }

 a { background-color: rgb(126,173,136); }

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

<style>
 span { border-color: #7EAD88; }

 span { border-color: rgb(126,173,136); }

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