Shades of Padua #7FB298
Tints of Padua #7FB298
RGB
CMYK
RGB Variations
Color information
#7FB298 (or 0x7FB298) is known color: Padua. HEX triplet: 7F, B2 and 98. RGB value is (127,178,152). Sum of RGB (Red+Green+Blue) = 127+178+152=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB298 is #804D67. Grayscale: #9F9F9F. Windows color (decimal): -8408424 or 10007167. OLE color: 10007167.
HSL color Cylindrical-coordinate representation of color #7FB298: hue angle of 149.41º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB298 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 178 | 152 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.30 |
| HSL | 149.41º | 0.25% | 0.6% | - |
| HSV(B) | 149.41º | 0.29% | 0.7% | - |
| XYZ | 30.34 | 38.62 | 35.56 | - |
| YUV | 159.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 178 | 152 | 0.29 | 0 | 0.15 | 0.30 | 149.41 | 0.25 | 0.6 |
| Hex | 7F | B2 | 98 | 1D | 0 | F | 1E | 95 | 19 | 3C |
| Octal | 177 | 262 | 230 | 35 | 0 | 17 | 36 | 225 | 31 | 74 |
| Binary | 1111111 | 10110010 | 10011000 | 11101 | 0 | 1111 | 11110 | 10010101 | 11001 | 111100 |
Color Harmonies of #7FB298
Complementary color
Monochromatic Colors of #7FB298
Black with #7FB298
Text Example
Text Example
White with #7FB298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB298; }
p { color: rgb(127,178,152); }
H1.HeaderClassName
{
color: #7FB298;
}
.AnyTagClassName
{
color: #7FB298;
}
</style>
background-color css
<style>
a { background-color: #7FB298; }
a { background-color: rgb(127,178,152); }
div.DivClassName
{
background-color: #7FB298;
}
.BgClassName
{
background-color: #7FB298;
}
</style>
border-color css
<style>
span { border-color: #7FB298; }
span { border-color: rgb(127,178,152); }
td.TdClassName
{
border-color: #7FB298;
}
.TagClassName
{
border-color: #7FB298;
}
</style>