Html Css Color HEX #7EC08D Bay Leaf

📋 copy color: '#7EC08D'

red 126 ◦ green 192 ◦ blue 141

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

Shades of Bay Leaf #7EC08D

Tints of Bay Leaf #7EC08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.83%

 BLUE value IS 141 (55.47% from 255) = 30.72%

R = 27.45%
G = 41.83%
B = 30.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#7EC08D (or 0x7EC08D) is known color: Bay Leaf. HEX triplet: 7E, C0 and 8D. RGB value is (126,192,141). Sum of RGB (Red+Green+Blue) = 126+192+141=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC08D is #813F72. Grayscale: #A6A6A6. Windows color (decimal): -8470387 or 9289854. OLE color: 9289854.

HSL color Cylindrical-coordinate representation of color #7EC08D: hue angle of 133.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EC08D is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 192 141 -
CMYK 0.34 0 0.27 0.25
HSL 133.64º 0.34% 0.62% -
HSV(B) 133.64º 0.34% 0.75% -
XYZ 32.26 44.06 32 -
YUV 166.45 113.63 99.15 -
System Red Green Blue C M Y K H S L
Decimal 126 192 141 0.34 0 0.27 0.25 133.64 0.34 0.62
Hex 7E C0 8D 22 0 1B 19 86 22 3E
Octal 176 300 215 42 0 33 31 206 42 76
Binary 1111110 11000000 10001101 100010 0 11011 11001 10000110 100010 111110

Color Harmonies of #7EC08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC08D

Black with #7EC08D

Text Example


Text Example

White with #7EC08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,192,141); }

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

background-color css

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

 a { background-color: rgb(126,192,141); }

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

border-color css

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

 span { border-color: rgb(126,192,141); }

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