#7AB792

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

Shades of Padua #7AB792

Tints of Padua #7AB792

Color information

#7AB792 (or 0x7AB792) is unknown color: approx Padua. HEX triplet: 7A, B7 and 92. RGB value is (122,183,146). Sum of RGB (Red+Green+Blue) = 122+183+146=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB792 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB792 is #85486D. Grayscale: #A0A0A0. Windows color (decimal): -8734830 or 9615226. OLE color: 9615226.

HSL color Cylindrical-coordinate representation of color #7AB792: hue angle of 143.61º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB792 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB122183146-
CMYK0.3300.200.28
HSL143.61º29.76%59.8%-
HSV(B)143.61º33.33%71.76%-
XYZ30.1540.0833.34-
YUV160.54119.79100.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.05%
GREEN value IS 183 (71.88% from 255) = 40.58%
BLUE value IS 146 (57.42% from 255) = 32.37%
R=27.05%
G=40.58%
B=32.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1221831460.3300.200.28143.6129.7659.8
Hex7AB792210141C901e3c
Octal17226722241024342203674
Binary11110101011011110010010100001010100111001001000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,183,146); }

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

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

 a { background-color: rgb(122,183,146); }

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

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

 span { border-color: rgb(122,183,146); }

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