Shades of Christi #7C9F09
Tints of Christi #7C9F09
RGB
CMYK
RGB Variations
Color information
#7C9F09 (or 0x7C9F09) is known color: Christi. HEX triplet: 7C, 9F and 09. RGB value is (124,159,9). Sum of RGB (Red+Green+Blue) = 124+159+9=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 159 (62.5% from 255 or 54.45% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 159 - color contains mainly: green. Hex color #7C9F09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9F09 is #8360F6. Grayscale: #848484. Windows color (decimal): -8610039 or 630652. OLE color: 630652.
HSL color Cylindrical-coordinate representation of color #7C9F09: hue angle of 74º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C9F09 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 159 | 9 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.38 |
| HSL | 74º | 0.89% | 0.33% | - |
| HSV(B) | 74º | 0.94% | 0.62% | - |
| XYZ | 20.76 | 29.1 | 4.78 | - |
| YUV | 131.44 | 58.9 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 159 | 9 | 0.22 | 0 | 0.94 | 0.38 | 74 | 0.89 | 0.33 |
| Hex | 7C | 9F | 9 | 16 | 0 | 5E | 26 | 4A | 59 | 21 |
| Octal | 174 | 237 | 11 | 26 | 0 | 136 | 46 | 112 | 131 | 41 |
| Binary | 1111100 | 10011111 | 1001 | 10110 | 0 | 1011110 | 100110 | 1001010 | 1011001 | 100001 |
Color Harmonies of #7C9F09
Complementary color
Monochromatic Colors of #7C9F09
Black with #7C9F09
Text Example
Text Example
White with #7C9F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9F09; }
p { color: rgb(124,159,9); }
H1.HeaderClassName
{
color: #7C9F09;
}
.AnyTagClassName
{
color: #7C9F09;
}
</style>
background-color css
<style>
a { background-color: #7C9F09; }
a { background-color: rgb(124,159,9); }
div.DivClassName
{
background-color: #7C9F09;
}
.BgClassName
{
background-color: #7C9F09;
}
</style>
border-color css
<style>
span { border-color: #7C9F09; }
span { border-color: rgb(124,159,9); }
td.TdClassName
{
border-color: #7C9F09;
}
.TagClassName
{
border-color: #7C9F09;
}
</style>