Html Css Color HEX #7EA68F Bay Leaf

📋 copy color: '#7EA68F'

red 126 ◦ green 166 ◦ blue 143

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

Shades of Bay Leaf #7EA68F

Tints of Bay Leaf #7EA68F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.16%

 BLUE value IS 143 (56.25% from 255) = 32.87%

R = 28.97%
G = 38.16%
B = 32.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#7EA68F (or 0x7EA68F) is known color: Bay Leaf. HEX triplet: 7E, A6 and 8F. RGB value is (126,166,143). Sum of RGB (Red+Green+Blue) = 126+166+143=435 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.97% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA68F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA68F is #815970. Grayscale: #979797. Windows color (decimal): -8477041 or 9414270. OLE color: 9414270.

HSL color Cylindrical-coordinate representation of color #7EA68F: hue angle of 145.5º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7EA68F is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 126 166 143 -
CMYK 0.24 0 0.14 0.35
HSL 145.5º 0.18% 0.57% -
HSV(B) 145.5º 0.24% 0.65% -
XYZ 27.2 33.69 31.06 -
YUV 151.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 126 166 143 0.24 0 0.14 0.35 145.5 0.18 0.57
Hex 7E A6 8F 18 0 E 23 92 12 39
Octal 176 246 217 30 0 16 43 222 22 71
Binary 1111110 10100110 10001111 11000 0 1110 100011 10010010 10010 111001

Color Harmonies of #7EA68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA68F

Black with #7EA68F

Text Example


Text Example

White with #7EA68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,166,143); }

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

background-color css

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

 a { background-color: rgb(126,166,143); }

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

border-color css

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

 span { border-color: rgb(126,166,143); }

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