Shades of Padua #76AF8F
Tints of Padua #76AF8F
RGB
CMYK
RGB Variations
Color information
#76AF8F (or 0x76AF8F) is known color: Padua. HEX triplet: 76, AF and 8F. RGB value is (118,175,143). Sum of RGB (Red+Green+Blue) = 118+175+143=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AF8F is #895070. Grayscale: #9A9A9A. Windows color (decimal): -8999025 or 9416566. OLE color: 9416566.
HSL color Cylindrical-coordinate representation of color #76AF8F: hue angle of 146.32º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76AF8F is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 143 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.31 |
| HSL | 146.32º | 0.26% | 0.57% | - |
| HSV(B) | 146.32º | 0.33% | 0.69% | - |
| XYZ | 27.76 | 36.49 | 31.57 | - |
| YUV | 154.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 143 | 0.33 | 0 | 0.18 | 0.31 | 146.32 | 0.26 | 0.57 |
| Hex | 76 | AF | 8F | 21 | 0 | 12 | 1F | 92 | 1A | 39 |
| Octal | 166 | 257 | 217 | 41 | 0 | 22 | 37 | 222 | 32 | 71 |
| Binary | 1110110 | 10101111 | 10001111 | 100001 | 0 | 10010 | 11111 | 10010010 | 11010 | 111001 |
Color Harmonies of #76AF8F
Complementary color
Monochromatic Colors of #76AF8F
Black with #76AF8F
Text Example
Text Example
White with #76AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AF8F; }
p { color: rgb(118,175,143); }
H1.HeaderClassName
{
color: #76AF8F;
}
.AnyTagClassName
{
color: #76AF8F;
}
</style>
background-color css
<style>
a { background-color: #76AF8F; }
a { background-color: rgb(118,175,143); }
div.DivClassName
{
background-color: #76AF8F;
}
.BgClassName
{
background-color: #76AF8F;
}
</style>
border-color css
<style>
span { border-color: #76AF8F; }
span { border-color: rgb(118,175,143); }
td.TdClassName
{
border-color: #76AF8F;
}
.TagClassName
{
border-color: #76AF8F;
}
</style>