Shades of Christi #75A700
Tints of Christi #75A700
RGB
CMYK
RGB Variations
Color information
#75A700 (or 0x75A700) is known color: Christi. HEX triplet: 75, A7 and 00. RGB value is (117,167,0). Sum of RGB (Red+Green+Blue) = 117+167+0=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 167 (65.62% from 255 or 58.80% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 167 - color contains mainly: green. Hex color #75A700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A700 is #8A58FF. Grayscale: #858585. Windows color (decimal): -9066752 or 42869. OLE color: 42869.
HSL color Cylindrical-coordinate representation of color #75A700: hue angle of 77.96º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75A700 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 167 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.35 |
| HSL | 77.96º | 1% | 0.33% | - |
| HSV(B) | 77.96º | 1% | 0.65% | - |
| XYZ | 21.15 | 31.42 | 4.95 | - |
| YUV | 133.01 | 52.94 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 167 | 0 | 0.30 | 0 | 1 | 0.35 | 77.96 | 1 | 0.33 |
| Hex | 75 | A7 | 0 | 1E | 0 | 64 | 23 | 4E | 64 | 21 |
| Octal | 165 | 247 | 0 | 36 | 0 | 144 | 43 | 116 | 144 | 41 |
| Binary | 1110101 | 10100111 | 0 | 11110 | 0 | 1100100 | 100011 | 1001110 | 1100100 | 100001 |
Color Harmonies of #75A700
Complementary color
Monochromatic Colors of #75A700
Black with #75A700
Text Example
Text Example
White with #75A700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A700; }
p { color: rgb(117,167,0); }
H1.HeaderClassName
{
color: #75A700;
}
.AnyTagClassName
{
color: #75A700;
}
</style>
background-color css
<style>
a { background-color: #75A700; }
a { background-color: rgb(117,167,0); }
div.DivClassName
{
background-color: #75A700;
}
.BgClassName
{
background-color: #75A700;
}
</style>
border-color css
<style>
span { border-color: #75A700; }
span { border-color: rgb(117,167,0); }
td.TdClassName
{
border-color: #75A700;
}
.TagClassName
{
border-color: #75A700;
}
</style>