Shades of Christi #75990C
Tints of Christi #75990C
RGB
CMYK
RGB Variations
Color information
#75990C (or 0x75990C) is known color: Christi. HEX triplet: 75, 99 and 0C. RGB value is (117,153,12). Sum of RGB (Red+Green+Blue) = 117+153+12=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #75990C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75990C is #8A66F3. Grayscale: #7E7E7E. Windows color (decimal): -9070324 or 825717. OLE color: 825717.
HSL color Cylindrical-coordinate representation of color #75990C: hue angle of 75.32º 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 #75990C is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 12 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.4 |
| HSL | 75.32º | 0.85% | 0.32% | - |
| HSV(B) | 75.32º | 0.92% | 0.6% | - |
| XYZ | 18.79 | 26.59 | 4.49 | - |
| YUV | 126.16 | 63.57 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 12 | 0.24 | 0 | 0.92 | 0.4 | 75.32 | 0.85 | 0.32 |
| Hex | 75 | 99 | C | 18 | 0 | 5C | 28 | 4B | 55 | 20 |
| Octal | 165 | 231 | 14 | 30 | 0 | 134 | 50 | 113 | 125 | 40 |
| Binary | 1110101 | 10011001 | 1100 | 11000 | 0 | 1011100 | 101000 | 1001011 | 1010101 | 100000 |
Color Harmonies of #75990C
Complementary color
Monochromatic Colors of #75990C
Black with #75990C
Text Example
Text Example
White with #75990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75990C; }
p { color: rgb(117,153,12); }
H1.HeaderClassName
{
color: #75990C;
}
.AnyTagClassName
{
color: #75990C;
}
</style>
background-color css
<style>
a { background-color: #75990C; }
a { background-color: rgb(117,153,12); }
div.DivClassName
{
background-color: #75990C;
}
.BgClassName
{
background-color: #75990C;
}
</style>
border-color css
<style>
span { border-color: #75990C; }
span { border-color: rgb(117,153,12); }
td.TdClassName
{
border-color: #75990C;
}
.TagClassName
{
border-color: #75990C;
}
</style>