Html Css Color HEX #7EA18B Bay Leaf

📋 copy color: '#7EA18B'

red 126 ◦ green 161 ◦ blue 139

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

Shades of Bay Leaf #7EA18B

Tints of Bay Leaf #7EA18B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.79%

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 29.58%
G = 37.79%
B = 32.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#7EA18B (or 0x7EA18B) is known color: Bay Leaf. HEX triplet: 7E, A1 and 8B. RGB value is (126,161,139). Sum of RGB (Red+Green+Blue) = 126+161+139=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA18B is #815E74. Grayscale: #949494. Windows color (decimal): -8478325 or 9150846. OLE color: 9150846.

HSL color Cylindrical-coordinate representation of color #7EA18B: hue angle of 142.29º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7EA18B is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 126 161 139 -
CMYK 0.22 0 0.14 0.37
HSL 142.29º 0.16% 0.56% -
HSV(B) 142.29º 0.22% 0.63% -
XYZ 26.01 31.79 29.19 -
YUV 148.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 126 161 139 0.22 0 0.14 0.37 142.29 0.16 0.56
Hex 7E A1 8B 16 0 E 25 8E 10 38
Octal 176 241 213 26 0 16 45 216 20 70
Binary 1111110 10100001 10001011 10110 0 1110 100101 10001110 10000 111000

Color Harmonies of #7EA18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA18B

Black with #7EA18B

Text Example


Text Example

White with #7EA18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,161,139); }

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

background-color css

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

 a { background-color: rgb(126,161,139); }

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

border-color css

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

 span { border-color: rgb(126,161,139); }

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