Shades of Christi #75980D
Tints of Christi #75980D
RGB
CMYK
RGB Variations
Color information
#75980D (or 0x75980D) is known color: Christi. HEX triplet: 75, 98 and 0D. RGB value is (117,152,13). Sum of RGB (Red+Green+Blue) = 117+152+13=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #75980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75980D is #8A67F2. Grayscale: #7E7E7E. Windows color (decimal): -9070579 or 890997. OLE color: 890997.
HSL color Cylindrical-coordinate representation of color #75980D: hue angle of 75.11º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75980D is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 152 | 13 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.40 |
| HSL | 75.11º | 0.84% | 0.32% | - |
| HSV(B) | 75.11º | 0.91% | 0.6% | - |
| XYZ | 18.64 | 26.27 | 4.47 | - |
| YUV | 125.69 | 64.4 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 13 | 0.23 | 0 | 0.91 | 0.40 | 75.11 | 0.84 | 0.32 |
| Hex | 75 | 98 | D | 17 | 0 | 5B | 28 | 4B | 54 | 20 |
| Octal | 165 | 230 | 15 | 27 | 0 | 133 | 50 | 113 | 124 | 40 |
| Binary | 1110101 | 10011000 | 1101 | 10111 | 0 | 1011011 | 101000 | 1001011 | 1010100 | 100000 |
Color Harmonies of #75980D
Complementary color
Monochromatic Colors of #75980D
Black with #75980D
Text Example
Text Example
White with #75980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75980D; }
p { color: rgb(117,152,13); }
H1.HeaderClassName
{
color: #75980D;
}
.AnyTagClassName
{
color: #75980D;
}
</style>
background-color css
<style>
a { background-color: #75980D; }
a { background-color: rgb(117,152,13); }
div.DivClassName
{
background-color: #75980D;
}
.BgClassName
{
background-color: #75980D;
}
</style>
border-color css
<style>
span { border-color: #75980D; }
span { border-color: rgb(117,152,13); }
td.TdClassName
{
border-color: #75980D;
}
.TagClassName
{
border-color: #75980D;
}
</style>