Shades of Christi #759C08
Tints of Christi #759C08
RGB
CMYK
RGB Variations
Color information
#759C08 (or 0x759C08) is known color: Christi. HEX triplet: 75, 9C and 08. RGB value is (117,156,8). Sum of RGB (Red+Green+Blue) = 117+156+8=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 156 (61.33% from 255 or 55.52% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 156 - color contains mainly: green. Hex color #759C08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759C08 is #8A63F7. Grayscale: #808080. Windows color (decimal): -9069560 or 564341. OLE color: 564341.
HSL color Cylindrical-coordinate representation of color #759C08: hue angle of 75.81º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #759C08 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 8 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.39 |
| HSL | 75.81º | 0.9% | 0.32% | - |
| HSV(B) | 75.81º | 0.95% | 0.61% | - |
| XYZ | 19.27 | 27.58 | 4.54 | - |
| YUV | 127.47 | 60.58 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 8 | 0.25 | 0 | 0.95 | 0.39 | 75.81 | 0.9 | 0.32 |
| Hex | 75 | 9C | 8 | 19 | 0 | 5F | 27 | 4C | 5A | 20 |
| Octal | 165 | 234 | 10 | 31 | 0 | 137 | 47 | 114 | 132 | 40 |
| Binary | 1110101 | 10011100 | 1000 | 11001 | 0 | 1011111 | 100111 | 1001100 | 1011010 | 100000 |
Color Harmonies of #759C08
Complementary color
Monochromatic Colors of #759C08
Black with #759C08
Text Example
Text Example
White with #759C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C08; }
p { color: rgb(117,156,8); }
H1.HeaderClassName
{
color: #759C08;
}
.AnyTagClassName
{
color: #759C08;
}
</style>
background-color css
<style>
a { background-color: #759C08; }
a { background-color: rgb(117,156,8); }
div.DivClassName
{
background-color: #759C08;
}
.BgClassName
{
background-color: #759C08;
}
</style>
border-color css
<style>
span { border-color: #759C08; }
span { border-color: rgb(117,156,8); }
td.TdClassName
{
border-color: #759C08;
}
.TagClassName
{
border-color: #759C08;
}
</style>