Shades of Christi #75980C
Tints of Christi #75980C
RGB
CMYK
RGB Variations
Color information
#75980C (or 0x75980C) is known color: Christi. HEX triplet: 75, 98 and 0C. RGB value is (117,152,12). Sum of RGB (Red+Green+Blue) = 117+152+12=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #75980C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75980C is #8A67F3. Grayscale: #7E7E7E. Windows color (decimal): -9070580 or 825461. OLE color: 825461.
HSL color Cylindrical-coordinate representation of color #75980C: hue angle of 75º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75980C is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 152 | 12 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.40 |
| HSL | 75º | 0.85% | 0.32% | - |
| HSV(B) | 75º | 0.92% | 0.6% | - |
| XYZ | 18.63 | 26.26 | 4.44 | - |
| YUV | 125.58 | 63.9 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 12 | 0.23 | 0 | 0.92 | 0.40 | 75 | 0.85 | 0.32 |
| Hex | 75 | 98 | C | 17 | 0 | 5C | 28 | 4B | 55 | 20 |
| Octal | 165 | 230 | 14 | 27 | 0 | 134 | 50 | 113 | 125 | 40 |
| Binary | 1110101 | 10011000 | 1100 | 10111 | 0 | 1011100 | 101000 | 1001011 | 1010101 | 100000 |
Color Harmonies of #75980C
Complementary color
Monochromatic Colors of #75980C
Black with #75980C
Text Example
Text Example
White with #75980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75980C; }
p { color: rgb(117,152,12); }
H1.HeaderClassName
{
color: #75980C;
}
.AnyTagClassName
{
color: #75980C;
}
</style>
background-color css
<style>
a { background-color: #75980C; }
a { background-color: rgb(117,152,12); }
div.DivClassName
{
background-color: #75980C;
}
.BgClassName
{
background-color: #75980C;
}
</style>
border-color css
<style>
span { border-color: #75980C; }
span { border-color: rgb(117,152,12); }
td.TdClassName
{
border-color: #75980C;
}
.TagClassName
{
border-color: #75980C;
}
</style>