#7AB796

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

Shades of Padua #7AB796

Tints of Padua #7AB796

Color information

#7AB796 (or 0x7AB796) is unknown color: approx Padua. HEX triplet: 7A, B7 and 96. RGB value is (122,183,150). Sum of RGB (Red+Green+Blue) = 122+183+150=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB796 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB796 is #854869. Grayscale: #A1A1A1. Windows color (decimal): -8734826 or 9877370. OLE color: 9877370.

HSL color Cylindrical-coordinate representation of color #7AB796: hue angle of 147.54º 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 #7AB796 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB122183150-
CMYK0.3300.180.28
HSL147.54º29.76%59.8%-
HSV(B)147.54º33.33%71.76%-
XYZ30.4640.2135.01-
YUV161121.79100.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.81%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=26.81%
G=40.22%
B=32.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1221831500.3300.180.28147.5429.7659.8
Hex7AB796210121C941e3c
Octal17226722641022342243674
Binary11110101011011110010110100001010010111001001010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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