Shades of Padua #7BCA92
Tints of Padua #7BCA92
RGB
CMYK
RGB Variations
Color information
#7BCA92 (or 0x7BCA92) is known color: Padua. HEX triplet: 7B, CA and 92. RGB value is (123,202,146). Sum of RGB (Red+Green+Blue) = 123+202+146=471 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.11% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCA92 is #84356D. Grayscale: #ACACAC. Windows color (decimal): -8664430 or 9620091. OLE color: 9620091.
HSL color Cylindrical-coordinate representation of color #7BCA92: hue angle of 137.47º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCA92 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 146 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.21 |
| HSL | 137.47º | 0.43% | 0.64% | - |
| HSV(B) | 137.47º | 0.39% | 0.79% | - |
| XYZ | 34.48 | 48.53 | 34.74 | - |
| YUV | 172 | 113.33 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 146 | 0.39 | 0 | 0.28 | 0.21 | 137.47 | 0.43 | 0.64 |
| Hex | 7B | CA | 92 | 27 | 0 | 1C | 15 | 89 | 2B | 40 |
| Octal | 173 | 312 | 222 | 47 | 0 | 34 | 25 | 211 | 53 | 100 |
| Binary | 1111011 | 11001010 | 10010010 | 100111 | 0 | 11100 | 10101 | 10001001 | 101011 | 1000000 |
Color Harmonies of #7BCA92
Complementary color
Monochromatic Colors of #7BCA92
Black with #7BCA92
Text Example
Text Example
White with #7BCA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCA92; }
p { color: rgb(123,202,146); }
H1.HeaderClassName
{
color: #7BCA92;
}
.AnyTagClassName
{
color: #7BCA92;
}
</style>
background-color css
<style>
a { background-color: #7BCA92; }
a { background-color: rgb(123,202,146); }
div.DivClassName
{
background-color: #7BCA92;
}
.BgClassName
{
background-color: #7BCA92;
}
</style>
border-color css
<style>
span { border-color: #7BCA92; }
span { border-color: rgb(123,202,146); }
td.TdClassName
{
border-color: #7BCA92;
}
.TagClassName
{
border-color: #7BCA92;
}
</style>