Shades of Padua #7FAF93
Tints of Padua #7FAF93
RGB
CMYK
RGB Variations
Color information
#7FAF93 (or 0x7FAF93) is known color: Padua. HEX triplet: 7F, AF and 93. RGB value is (127,175,147). Sum of RGB (Red+Green+Blue) = 127+175+147=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAF93 is #80506C. Grayscale: #9D9D9D. Windows color (decimal): -8409197 or 9678719. OLE color: 9678719.
HSL color Cylindrical-coordinate representation of color #7FAF93: hue angle of 145º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAF93 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 175 | 147 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.31 |
| HSL | 145º | 0.23% | 0.59% | - |
| HSV(B) | 145º | 0.27% | 0.69% | - |
| XYZ | 29.35 | 37.28 | 33.25 | - |
| YUV | 157.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 147 | 0.27 | 0 | 0.16 | 0.31 | 145 | 0.23 | 0.59 |
| Hex | 7F | AF | 93 | 1B | 0 | 10 | 1F | 91 | 17 | 3B |
| Octal | 177 | 257 | 223 | 33 | 0 | 20 | 37 | 221 | 27 | 73 |
| Binary | 1111111 | 10101111 | 10010011 | 11011 | 0 | 10000 | 11111 | 10010001 | 10111 | 111011 |
Color Harmonies of #7FAF93
Complementary color
Monochromatic Colors of #7FAF93
Black with #7FAF93
Text Example
Text Example
White with #7FAF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAF93; }
p { color: rgb(127,175,147); }
H1.HeaderClassName
{
color: #7FAF93;
}
.AnyTagClassName
{
color: #7FAF93;
}
</style>
background-color css
<style>
a { background-color: #7FAF93; }
a { background-color: rgb(127,175,147); }
div.DivClassName
{
background-color: #7FAF93;
}
.BgClassName
{
background-color: #7FAF93;
}
</style>
border-color css
<style>
span { border-color: #7FAF93; }
span { border-color: rgb(127,175,147); }
td.TdClassName
{
border-color: #7FAF93;
}
.TagClassName
{
border-color: #7FAF93;
}
</style>