Html Css Color HEX #7EB186 Bay Leaf

📋 copy color: '#7EB186'

red 126 ◦ green 177 ◦ blue 134

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

Shades of Bay Leaf #7EB186

Tints of Bay Leaf #7EB186

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.5%

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

R = 28.83%
G = 40.5%
B = 30.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#7EB186 (or 0x7EB186) is known color: Bay Leaf. HEX triplet: 7E, B1 and 86. RGB value is (126,177,134). Sum of RGB (Red+Green+Blue) = 126+177+134=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EB186 is #814E79. Grayscale: #9C9C9C. Windows color (decimal): -8474234 or 8827262. OLE color: 8827262.

HSL color Cylindrical-coordinate representation of color #7EB186: hue angle of 129.41º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EB186 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 126 177 134 -
CMYK 0.29 0 0.24 0.31
HSL 129.41º 0.25% 0.59% -
HSV(B) 129.41º 0.29% 0.69% -
XYZ 28.63 37.6 28.3 -
YUV 156.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 126 177 134 0.29 0 0.24 0.31 129.41 0.25 0.59
Hex 7E B1 86 1D 0 18 1F 81 19 3B
Octal 176 261 206 35 0 30 37 201 31 73
Binary 1111110 10110001 10000110 11101 0 11000 11111 10000001 11001 111011

Color Harmonies of #7EB186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB186

Black with #7EB186

Text Example


Text Example

White with #7EB186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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