Shades of Christi #75A800
Tints of Christi #75A800
RGB
CMYK
RGB Variations
Color information
#75A800 (or 0x75A800) is known color: Christi. HEX triplet: 75, A8 and 00. RGB value is (117,168,0). Sum of RGB (Red+Green+Blue) = 117+168+0=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 168 (66.02% from 255 or 58.95% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 168 - color contains mainly: green. Hex color #75A800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A800 is #8A57FF. Grayscale: #868686. Windows color (decimal): -9066496 or 43125. OLE color: 43125.
HSL color Cylindrical-coordinate representation of color #75A800: hue angle of 78.21º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75A800 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 168 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.34 |
| HSL | 78.21º | 1% | 0.33% | - |
| HSV(B) | 78.21º | 1% | 0.66% | - |
| XYZ | 21.34 | 31.79 | 5.01 | - |
| YUV | 133.6 | 52.6 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 0 | 0.30 | 0 | 1 | 0.34 | 78.21 | 1 | 0.33 |
| Hex | 75 | A8 | 0 | 1E | 0 | 64 | 22 | 4E | 64 | 21 |
| Octal | 165 | 250 | 0 | 36 | 0 | 144 | 42 | 116 | 144 | 41 |
| Binary | 1110101 | 10101000 | 0 | 11110 | 0 | 1100100 | 100010 | 1001110 | 1100100 | 100001 |
Color Harmonies of #75A800
Complementary color
Monochromatic Colors of #75A800
Black with #75A800
Text Example
Text Example
White with #75A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A800; }
p { color: rgb(117,168,0); }
H1.HeaderClassName
{
color: #75A800;
}
.AnyTagClassName
{
color: #75A800;
}
</style>
background-color css
<style>
a { background-color: #75A800; }
a { background-color: rgb(117,168,0); }
div.DivClassName
{
background-color: #75A800;
}
.BgClassName
{
background-color: #75A800;
}
</style>
border-color css
<style>
span { border-color: #75A800; }
span { border-color: rgb(117,168,0); }
td.TdClassName
{
border-color: #75A800;
}
.TagClassName
{
border-color: #75A800;
}
</style>