Shades of Padua #75B091
Tints of Padua #75B091
RGB
CMYK
RGB Variations
Color information
#75B091 (or 0x75B091) is known color: Padua. HEX triplet: 75, B0 and 91. RGB value is (117,176,145). Sum of RGB (Red+Green+Blue) = 117+176+145=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 176 - color contains mainly: green. Hex color #75B091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B091 is #8A4F6E. Grayscale: #9A9A9A. Windows color (decimal): -9064303 or 9547893. OLE color: 9547893.
HSL color Cylindrical-coordinate representation of color #75B091: hue angle of 148.47º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75B091 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 176 | 145 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.31 |
| HSL | 148.47º | 0.27% | 0.57% | - |
| HSV(B) | 148.47º | 0.34% | 0.69% | - |
| XYZ | 27.97 | 36.88 | 32.43 | - |
| YUV | 154.83 | 122.45 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 176 | 145 | 0.34 | 0 | 0.18 | 0.31 | 148.47 | 0.27 | 0.57 |
| Hex | 75 | B0 | 91 | 22 | 0 | 12 | 1F | 94 | 1B | 39 |
| Octal | 165 | 260 | 221 | 42 | 0 | 22 | 37 | 224 | 33 | 71 |
| Binary | 1110101 | 10110000 | 10010001 | 100010 | 0 | 10010 | 11111 | 10010100 | 11011 | 111001 |
Color Harmonies of #75B091
Complementary color
Monochromatic Colors of #75B091
Black with #75B091
Text Example
Text Example
White with #75B091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B091; }
p { color: rgb(117,176,145); }
H1.HeaderClassName
{
color: #75B091;
}
.AnyTagClassName
{
color: #75B091;
}
</style>
background-color css
<style>
a { background-color: #75B091; }
a { background-color: rgb(117,176,145); }
div.DivClassName
{
background-color: #75B091;
}
.BgClassName
{
background-color: #75B091;
}
</style>
border-color css
<style>
span { border-color: #75B091; }
span { border-color: rgb(117,176,145); }
td.TdClassName
{
border-color: #75B091;
}
.TagClassName
{
border-color: #75B091;
}
</style>