Html Css Color HEX #7EAA87 Bay Leaf

📋 copy color: '#7EAA87'

red 126 ◦ green 170 ◦ blue 135

#7EAA87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #7EAA87

Tints of Bay Leaf #7EAA87

RGB

 RED value IS 126 (49.61% from 255) = 29.23%

 GREEN value IS 170 (66.8% from 255) = 39.44%

 BLUE value IS 135 (53.13% from 255) = 31.32%

R = 29.23%
G = 39.44%
B = 31.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#7EAA87 (or 0x7EAA87) is known color: Bay Leaf. HEX triplet: 7E, AA and 87. RGB value is (126,170,135). Sum of RGB (Red+Green+Blue) = 126+170+135=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAA87 is #815578. Grayscale: #989898. Windows color (decimal): -8476025 or 8891006. OLE color: 8891006.

HSL color Cylindrical-coordinate representation of color #7EAA87: hue angle of 132.27º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7EAA87 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 170 135 -
CMYK 0.26 0 0.21 0.33
HSL 132.27º 0.21% 0.58% -
HSV(B) 132.27º 0.26% 0.67% -
XYZ 27.35 34.93 28.22 -
YUV 152.85 117.92 108.85 -
System Red Green Blue C M Y K H S L
Decimal 126 170 135 0.26 0 0.21 0.33 132.27 0.21 0.58
Hex 7E AA 87 1A 0 15 21 84 15 3A
Octal 176 252 207 32 0 25 41 204 25 72
Binary 1111110 10101010 10000111 11010 0 10101 100001 10000100 10101 111010

Color Harmonies of #7EAA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAA87

Black with #7EAA87

Text Example


Text Example

White with #7EAA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,170,135); }

 H1.HeaderClassName
 {
   color: #7EAA87;
 }
 .AnyTagClassName
 {
   color: #7EAA87;
 }
</style>

background-color css

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

 a { background-color: rgb(126,170,135); }

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

border-color css

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

 span { border-color: rgb(126,170,135); }

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