Shades of Padua #74BA92
Tints of Padua #74BA92
RGB
CMYK
RGB Variations
Color information
#74BA92 (or 0x74BA92) is known color: Padua. HEX triplet: 74, BA and 92. RGB value is (116,186,146). Sum of RGB (Red+Green+Blue) = 116+186+146=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA92 is #8B456D. Grayscale: #A0A0A0. Windows color (decimal): -9127278 or 9615988. OLE color: 9615988.
HSL color Cylindrical-coordinate representation of color #74BA92: hue angle of 145.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BA92 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 186 | 146 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.27 |
| HSL | 145.71º | 0.34% | 0.59% | - |
| HSV(B) | 145.71º | 0.38% | 0.73% | - |
| XYZ | 29.95 | 40.91 | 33.51 | - |
| YUV | 160.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 146 | 0.38 | 0 | 0.22 | 0.27 | 145.71 | 0.34 | 0.59 |
| Hex | 74 | BA | 92 | 26 | 0 | 16 | 1B | 92 | 22 | 3B |
| Octal | 164 | 272 | 222 | 46 | 0 | 26 | 33 | 222 | 42 | 73 |
| Binary | 1110100 | 10111010 | 10010010 | 100110 | 0 | 10110 | 11011 | 10010010 | 100010 | 111011 |
Color Harmonies of #74BA92
Complementary color
Monochromatic Colors of #74BA92
Black with #74BA92
Text Example
Text Example
White with #74BA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BA92; }
p { color: rgb(116,186,146); }
H1.HeaderClassName
{
color: #74BA92;
}
.AnyTagClassName
{
color: #74BA92;
}
</style>
background-color css
<style>
a { background-color: #74BA92; }
a { background-color: rgb(116,186,146); }
div.DivClassName
{
background-color: #74BA92;
}
.BgClassName
{
background-color: #74BA92;
}
</style>
border-color css
<style>
span { border-color: #74BA92; }
span { border-color: rgb(116,186,146); }
td.TdClassName
{
border-color: #74BA92;
}
.TagClassName
{
border-color: #74BA92;
}
</style>