#7EBD93

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

Shades of Padua #7EBD93

Tints of Padua #7EBD93

Color information

#7EBD93 (or 0x7EBD93) is unknown color: approx Padua. HEX triplet: 7E, BD and 93. RGB value is (126,189,147). Sum of RGB (Red+Green+Blue) = 126+189+147=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBD93 is #81426C. Grayscale: #A5A5A5. Windows color (decimal): -8471149 or 9682302. OLE color: 9682302.

HSL color Cylindrical-coordinate representation of color #7EBD93: hue angle of 140º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBD93 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB126189147-
CMYK0.3300.220.26
HSL140º32.31%61.76%-
HSV(B)140º33.33%74.12%-
XYZ32.0742.9434.2-
YUV165.38117.6399.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.27%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 147 (57.81% from 255) = 31.82%
R=27.27%
G=40.91%
B=31.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261891470.3300.220.2614032.3161.76
Hex7EBD93210161A8c203e
Octal17627522341026322144076
Binary111111010111101100100111000010101101101010001100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,189,147); }

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

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

 a { background-color: rgb(126,189,147); }

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

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

 span { border-color: rgb(126,189,147); }

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