Shades of Padua #76B999
Tints of Padua #76B999
RGB
CMYK
RGB Variations
Color information
#76B999 (or 0x76B999) is known color: Padua. HEX triplet: 76, B9 and 99. RGB value is (118,185,153). Sum of RGB (Red+Green+Blue) = 118+185+153=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #76B999 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B999 is #894666. Grayscale: #A1A1A1. Windows color (decimal): -8996455 or 10074486. OLE color: 10074486.
HSL color Cylindrical-coordinate representation of color #76B999: hue angle of 151.34º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B999 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 185 | 153 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.27 |
| HSL | 151.34º | 0.32% | 0.59% | - |
| HSV(B) | 151.34º | 0.36% | 0.73% | - |
| XYZ | 30.57 | 40.85 | 36.41 | - |
| YUV | 161.32 | 123.3 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 185 | 153 | 0.36 | 0 | 0.17 | 0.27 | 151.34 | 0.32 | 0.59 |
| Hex | 76 | B9 | 99 | 24 | 0 | 11 | 1B | 97 | 20 | 3B |
| Octal | 166 | 271 | 231 | 44 | 0 | 21 | 33 | 227 | 40 | 73 |
| Binary | 1110110 | 10111001 | 10011001 | 100100 | 0 | 10001 | 11011 | 10010111 | 100000 | 111011 |
Color Harmonies of #76B999
Complementary color
Monochromatic Colors of #76B999
Black with #76B999
Text Example
Text Example
White with #76B999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B999; }
p { color: rgb(118,185,153); }
H1.HeaderClassName
{
color: #76B999;
}
.AnyTagClassName
{
color: #76B999;
}
</style>
background-color css
<style>
a { background-color: #76B999; }
a { background-color: rgb(118,185,153); }
div.DivClassName
{
background-color: #76B999;
}
.BgClassName
{
background-color: #76B999;
}
</style>
border-color css
<style>
span { border-color: #76B999; }
span { border-color: rgb(118,185,153); }
td.TdClassName
{
border-color: #76B999;
}
.TagClassName
{
border-color: #76B999;
}
</style>