Shades of Christi #759D00
Tints of Christi #759D00
RGB
CMYK
RGB Variations
Color information
#759D00 (or 0x759D00) is known color: Christi. HEX triplet: 75, 9D and 00. RGB value is (117,157,0). Sum of RGB (Red+Green+Blue) = 117+157+0=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 157 (61.72% from 255 or 57.30% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 157 - color contains mainly: green. Hex color #759D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759D00 is #8A62FF. Grayscale: #7F7F7F. Windows color (decimal): -9069312 or 40309. OLE color: 40309.
HSL color Cylindrical-coordinate representation of color #759D00: hue angle of 75.29º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #759D00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 157 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.38 |
| HSL | 75.29º | 1% | 0.31% | - |
| HSV(B) | 75.29º | 1% | 0.62% | - |
| XYZ | 19.39 | 27.9 | 4.36 | - |
| YUV | 127.14 | 56.25 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 0 | 0.25 | 0 | 1 | 0.38 | 75.29 | 1 | 0.31 |
| Hex | 75 | 9D | 0 | 19 | 0 | 64 | 26 | 4B | 64 | 1F |
| Octal | 165 | 235 | 0 | 31 | 0 | 144 | 46 | 113 | 144 | 37 |
| Binary | 1110101 | 10011101 | 0 | 11001 | 0 | 1100100 | 100110 | 1001011 | 1100100 | 11111 |
Color Harmonies of #759D00
Complementary color
Monochromatic Colors of #759D00
Black with #759D00
Text Example
Text Example
White with #759D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759D00; }
p { color: rgb(117,157,0); }
H1.HeaderClassName
{
color: #759D00;
}
.AnyTagClassName
{
color: #759D00;
}
</style>
background-color css
<style>
a { background-color: #759D00; }
a { background-color: rgb(117,157,0); }
div.DivClassName
{
background-color: #759D00;
}
.BgClassName
{
background-color: #759D00;
}
</style>
border-color css
<style>
span { border-color: #759D00; }
span { border-color: rgb(117,157,0); }
td.TdClassName
{
border-color: #759D00;
}
.TagClassName
{
border-color: #759D00;
}
</style>