Shades of Padua #7AB69B
Tints of Padua #7AB69B
RGB
CMYK
RGB Variations
Color information
#7AB69B (or 0x7AB69B) is known color: Padua. HEX triplet: 7A, B6 and 9B. RGB value is (122,182,155). Sum of RGB (Red+Green+Blue) = 122+182+155=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB69B is #854964. Grayscale: #A1A1A1. Windows color (decimal): -8735077 or 10204794. OLE color: 10204794.
HSL color Cylindrical-coordinate representation of color #7AB69B: hue angle of 153º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB69B is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 155 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.29 |
| HSL | 153º | 0.29% | 0.6% | - |
| HSV(B) | 153º | 0.33% | 0.71% | - |
| XYZ | 30.67 | 39.96 | 37.11 | - |
| YUV | 160.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 155 | 0.33 | 0 | 0.15 | 0.29 | 153 | 0.29 | 0.6 |
| Hex | 7A | B6 | 9B | 21 | 0 | F | 1D | 99 | 1D | 3C |
| Octal | 172 | 266 | 233 | 41 | 0 | 17 | 35 | 231 | 35 | 74 |
| Binary | 1111010 | 10110110 | 10011011 | 100001 | 0 | 1111 | 11101 | 10011001 | 11101 | 111100 |
Color Harmonies of #7AB69B
Complementary color
Monochromatic Colors of #7AB69B
Black with #7AB69B
Text Example
Text Example
White with #7AB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB69B; }
p { color: rgb(122,182,155); }
H1.HeaderClassName
{
color: #7AB69B;
}
.AnyTagClassName
{
color: #7AB69B;
}
</style>
background-color css
<style>
a { background-color: #7AB69B; }
a { background-color: rgb(122,182,155); }
div.DivClassName
{
background-color: #7AB69B;
}
.BgClassName
{
background-color: #7AB69B;
}
</style>
border-color css
<style>
span { border-color: #7AB69B; }
span { border-color: rgb(122,182,155); }
td.TdClassName
{
border-color: #7AB69B;
}
.TagClassName
{
border-color: #7AB69B;
}
</style>