Html Css Color HEX #7EB988 Bay Leaf

📋 copy color: '#7EB988'

red 126 ◦ green 185 ◦ blue 136

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

Shades of Bay Leaf #7EB988

Tints of Bay Leaf #7EB988

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.39%

 BLUE value IS 136 (53.52% from 255) = 30.43%

R = 28.19%
G = 41.39%
B = 30.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#7EB988 (or 0x7EB988) is known color: Bay Leaf. HEX triplet: 7E, B9 and 88. RGB value is (126,185,136). Sum of RGB (Red+Green+Blue) = 126+185+136=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB988 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB988 is #814677. Grayscale: #A1A1A1. Windows color (decimal): -8472184 or 8960382. OLE color: 8960382.

HSL color Cylindrical-coordinate representation of color #7EB988: hue angle of 130.17º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EB988 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 185 136 -
CMYK 0.32 0 0.26 0.27
HSL 130.17º 0.3% 0.61% -
HSV(B) 130.17º 0.32% 0.73% -
XYZ 30.4 40.91 29.59 -
YUV 161.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 126 185 136 0.32 0 0.26 0.27 130.17 0.3 0.61
Hex 7E B9 88 20 0 1A 1B 82 1E 3D
Octal 176 271 210 40 0 32 33 202 36 75
Binary 1111110 10111001 10001000 100000 0 11010 11011 10000010 11110 111101

Color Harmonies of #7EB988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB988

Black with #7EB988

Text Example


Text Example

White with #7EB988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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