#7EB697

Color #7EB697 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7EB697

Tints of Padua #7EB697

Color information

#7EB697 (or 0x7EB697) is unknown color: approx Padua. HEX triplet: 7E, B6 and 97. RGB value is (126,182,151). Sum of RGB (Red+Green+Blue) = 126+182+151=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #7EB697 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB697 is #814968. Grayscale: #A1A1A1. Windows color (decimal): -8472937 or 9942654. OLE color: 9942654.

HSL color Cylindrical-coordinate representation of color #7EB697: hue angle of 146.79º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7EB697 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB126182151-
CMYK0.3100.170.29
HSL146.79º27.72%60.39%-
HSV(B)146.79º30.77%71.37%-
XYZ30.9240.1335.39-
YUV161.72121.95102.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.45%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=27.45%
G=39.65%
B=32.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261821510.3100.170.29146.7927.7260.39
Hex7EB6971F0111D931c3c
Octal17626622737021352233474
Binary1111110101101101001011111111010001111011001001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,182,151); }

 H1.HeaderClassName
 {
   color: #7EB697;
 }
 .AnyTagClassName
 {
   color: #7EB697;
 }
</style>
background-color css

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

 a { background-color: rgb(126,182,151); }

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

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

 span { border-color: rgb(126,182,151); }

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