Shades of Padua #7BB298
Tints of Padua #7BB298
RGB
CMYK
RGB Variations
Color information
#7BB298 (or 0x7BB298) is known color: Padua. HEX triplet: 7B, B2 and 98. RGB value is (123,178,152). Sum of RGB (Red+Green+Blue) = 123+178+152=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 178 - color contains mainly: green. Hex color #7BB298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB298 is #844D67. Grayscale: #9E9E9E. Windows color (decimal): -8670568 or 10007163. OLE color: 10007163.
HSL color Cylindrical-coordinate representation of color #7BB298: hue angle of 151.64º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BB298 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 178 | 152 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.30 |
| HSL | 151.64º | 0.26% | 0.59% | - |
| HSV(B) | 151.64º | 0.31% | 0.7% | - |
| XYZ | 29.76 | 38.32 | 35.53 | - |
| YUV | 158.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 178 | 152 | 0.31 | 0 | 0.15 | 0.30 | 151.64 | 0.26 | 0.59 |
| Hex | 7B | B2 | 98 | 1F | 0 | F | 1E | 98 | 1A | 3B |
| Octal | 173 | 262 | 230 | 37 | 0 | 17 | 36 | 230 | 32 | 73 |
| Binary | 1111011 | 10110010 | 10011000 | 11111 | 0 | 1111 | 11110 | 10011000 | 11010 | 111011 |
Color Harmonies of #7BB298
Complementary color
Monochromatic Colors of #7BB298
Black with #7BB298
Text Example
Text Example
White with #7BB298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB298; }
p { color: rgb(123,178,152); }
H1.HeaderClassName
{
color: #7BB298;
}
.AnyTagClassName
{
color: #7BB298;
}
</style>
background-color css
<style>
a { background-color: #7BB298; }
a { background-color: rgb(123,178,152); }
div.DivClassName
{
background-color: #7BB298;
}
.BgClassName
{
background-color: #7BB298;
}
</style>
border-color css
<style>
span { border-color: #7BB298; }
span { border-color: rgb(123,178,152); }
td.TdClassName
{
border-color: #7BB298;
}
.TagClassName
{
border-color: #7BB298;
}
</style>