Shades of Christi #7C9B07
Tints of Christi #7C9B07
RGB
CMYK
RGB Variations
Color information
#7C9B07 (or 0x7C9B07) is known color: Christi. HEX triplet: 7C, 9B and 07. RGB value is (124,155,7). Sum of RGB (Red+Green+Blue) = 124+155+7=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 155 (60.94% from 255 or 54.20% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9B07 is #8364F8. Grayscale: #818181. Windows color (decimal): -8611065 or 498556. OLE color: 498556.
HSL color Cylindrical-coordinate representation of color #7C9B07: hue angle of 72.57º degrees, saturation: 0.91, 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 #7C9B07 is Cyan = 0.2, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 155 | 7 | - |
| CMYK | 0.2 | 0 | 0.95 | 0.39 |
| HSL | 72.57º | 0.91% | 0.32% | - |
| HSV(B) | 72.57º | 0.95% | 0.61% | - |
| XYZ | 20.07 | 27.74 | 4.5 | - |
| YUV | 128.86 | 59.23 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 7 | 0.2 | 0 | 0.95 | 0.39 | 72.57 | 0.91 | 0.32 |
| Hex | 7C | 9B | 7 | 14 | 0 | 5F | 27 | 49 | 5B | 20 |
| Octal | 174 | 233 | 7 | 24 | 0 | 137 | 47 | 111 | 133 | 40 |
| Binary | 1111100 | 10011011 | 111 | 10100 | 0 | 1011111 | 100111 | 1001001 | 1011011 | 100000 |
Color Harmonies of #7C9B07
Complementary color
Monochromatic Colors of #7C9B07
Black with #7C9B07
Text Example
Text Example
White with #7C9B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9B07; }
p { color: rgb(124,155,7); }
H1.HeaderClassName
{
color: #7C9B07;
}
.AnyTagClassName
{
color: #7C9B07;
}
</style>
background-color css
<style>
a { background-color: #7C9B07; }
a { background-color: rgb(124,155,7); }
div.DivClassName
{
background-color: #7C9B07;
}
.BgClassName
{
background-color: #7C9B07;
}
</style>
border-color css
<style>
span { border-color: #7C9B07; }
span { border-color: rgb(124,155,7); }
td.TdClassName
{
border-color: #7C9B07;
}
.TagClassName
{
border-color: #7C9B07;
}
</style>