Shades of Christi #75B113
Tints of Christi #75B113
RGB
CMYK
RGB Variations
Color information
#75B113 (or 0x75B113) is known color: Christi. HEX triplet: 75, B1 and 13. RGB value is (117,177,19). Sum of RGB (Red+Green+Blue) = 117+177+19=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 177 (69.53% from 255 or 56.55% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 177 - color contains mainly: green. Hex color #75B113 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75B113 is #8A4EEC. Grayscale: #8D8D8D. Windows color (decimal): -9064173 or 1290613. OLE color: 1290613.
HSL color Cylindrical-coordinate representation of color #75B113: hue angle of 82.78º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75B113 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 177 | 19 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.31 |
| HSL | 82.78º | 0.81% | 0.38% | - |
| HSV(B) | 82.78º | 0.89% | 0.69% | - |
| XYZ | 23.18 | 35.27 | 6.2 | - |
| YUV | 141.05 | 59.12 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 177 | 19 | 0.34 | 0 | 0.89 | 0.31 | 82.78 | 0.81 | 0.38 |
| Hex | 75 | B1 | 13 | 22 | 0 | 59 | 1F | 53 | 51 | 26 |
| Octal | 165 | 261 | 23 | 42 | 0 | 131 | 37 | 123 | 121 | 46 |
| Binary | 1110101 | 10110001 | 10011 | 100010 | 0 | 1011001 | 11111 | 1010011 | 1010001 | 100110 |
Color Harmonies of #75B113
Complementary color
Monochromatic Colors of #75B113
Black with #75B113
Text Example
Text Example
White with #75B113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B113; }
p { color: rgb(117,177,19); }
H1.HeaderClassName
{
color: #75B113;
}
.AnyTagClassName
{
color: #75B113;
}
</style>
background-color css
<style>
a { background-color: #75B113; }
a { background-color: rgb(117,177,19); }
div.DivClassName
{
background-color: #75B113;
}
.BgClassName
{
background-color: #75B113;
}
</style>
border-color css
<style>
span { border-color: #75B113; }
span { border-color: rgb(117,177,19); }
td.TdClassName
{
border-color: #75B113;
}
.TagClassName
{
border-color: #75B113;
}
</style>