Html Css Color HEX #7EAD86 Bay Leaf

📋 copy color: '#7EAD86'

red 126 ◦ green 173 ◦ blue 134

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

Shades of Bay Leaf #7EAD86

Tints of Bay Leaf #7EAD86

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.95%

 BLUE value IS 134 (52.73% from 255) = 30.95%

R = 29.1%
G = 39.95%
B = 30.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#7EAD86 (or 0x7EAD86) is known color: Bay Leaf. HEX triplet: 7E, AD and 86. RGB value is (126,173,134). Sum of RGB (Red+Green+Blue) = 126+173+134=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAD86 is #815279. Grayscale: #9A9A9A. Windows color (decimal): -8475258 or 8826238. OLE color: 8826238.

HSL color Cylindrical-coordinate representation of color #7EAD86: hue angle of 130.21º 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 #7EAD86 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 173 134 -
CMYK 0.27 0 0.23 0.32
HSL 130.21º 0.22% 0.59% -
HSV(B) 130.21º 0.27% 0.68% -
XYZ 27.85 36.04 28.04 -
YUV 154.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 126 173 134 0.27 0 0.23 0.32 130.21 0.22 0.59
Hex 7E AD 86 1B 0 17 20 82 16 3B
Octal 176 255 206 33 0 27 40 202 26 73
Binary 1111110 10101101 10000110 11011 0 10111 100000 10000010 10110 111011

Color Harmonies of #7EAD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAD86

Black with #7EAD86

Text Example


Text Example

White with #7EAD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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