Html Css Color HEX #7EA58F Padua

📋 copy color: '#7EA58F'

red 126 ◦ green 165 ◦ blue 143

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

Shades of Padua #7EA58F

Tints of Padua #7EA58F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.02%

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

R = 29.03%
G = 38.02%
B = 32.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#7EA58F (or 0x7EA58F) is known color: Padua. HEX triplet: 7E, A5 and 8F. RGB value is (126,165,143). Sum of RGB (Red+Green+Blue) = 126+165+143=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA58F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA58F is #815A70. Grayscale: #969696. Windows color (decimal): -8477297 or 9414014. OLE color: 9414014.

HSL color Cylindrical-coordinate representation of color #7EA58F: hue angle of 146.15º 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 #7EA58F is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 126 165 143 -
CMYK 0.24 0 0.13 0.35
HSL 146.15º 0.18% 0.57% -
HSV(B) 146.15º 0.24% 0.65% -
XYZ 27.02 33.33 31 -
YUV 150.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 126 165 143 0.24 0 0.13 0.35 146.15 0.18 0.57
Hex 7E A5 8F 18 0 D 23 92 12 39
Octal 176 245 217 30 0 15 43 222 22 71
Binary 1111110 10100101 10001111 11000 0 1101 100011 10010010 10010 111001

Color Harmonies of #7EA58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA58F

Black with #7EA58F

Text Example


Text Example

White with #7EA58F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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