Shades of Padua #7BCA93
Tints of Padua #7BCA93
RGB
CMYK
RGB Variations
Color information
#7BCA93 (or 0x7BCA93) is known color: Padua. HEX triplet: 7B, CA and 93. RGB value is (123,202,147). Sum of RGB (Red+Green+Blue) = 123+202+147=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCA93 is #84356C. Grayscale: #ACACAC. Windows color (decimal): -8664429 or 9685627. OLE color: 9685627.
HSL color Cylindrical-coordinate representation of color #7BCA93: hue angle of 138.23º 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 #7BCA93 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 147 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.21 |
| HSL | 138.23º | 0.43% | 0.64% | - |
| HSV(B) | 138.23º | 0.39% | 0.79% | - |
| XYZ | 34.56 | 48.56 | 35.16 | - |
| YUV | 172.11 | 113.83 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 147 | 0.39 | 0 | 0.27 | 0.21 | 138.23 | 0.43 | 0.64 |
| Hex | 7B | CA | 93 | 27 | 0 | 1B | 15 | 8A | 2B | 40 |
| Octal | 173 | 312 | 223 | 47 | 0 | 33 | 25 | 212 | 53 | 100 |
| Binary | 1111011 | 11001010 | 10010011 | 100111 | 0 | 11011 | 10101 | 10001010 | 101011 | 1000000 |
Color Harmonies of #7BCA93
Complementary color
Monochromatic Colors of #7BCA93
Black with #7BCA93
Text Example
Text Example
White with #7BCA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCA93; }
p { color: rgb(123,202,147); }
H1.HeaderClassName
{
color: #7BCA93;
}
.AnyTagClassName
{
color: #7BCA93;
}
</style>
background-color css
<style>
a { background-color: #7BCA93; }
a { background-color: rgb(123,202,147); }
div.DivClassName
{
background-color: #7BCA93;
}
.BgClassName
{
background-color: #7BCA93;
}
</style>
border-color css
<style>
span { border-color: #7BCA93; }
span { border-color: rgb(123,202,147); }
td.TdClassName
{
border-color: #7BCA93;
}
.TagClassName
{
border-color: #7BCA93;
}
</style>