Shades of Christi #7CAC08
Tints of Christi #7CAC08
RGB
CMYK
RGB Variations
Color information
#7CAC08 (or 0x7CAC08) is known color: Christi. HEX triplet: 7C, AC and 08. RGB value is (124,172,8). Sum of RGB (Red+Green+Blue) = 124+172+8=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAC08 is #8353F7. Grayscale: #8B8B8B. Windows color (decimal): -8606712 or 568444. OLE color: 568444.
HSL color Cylindrical-coordinate representation of color #7CAC08: hue angle of 77.56º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7CAC08 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 8 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.33 |
| HSL | 77.56º | 0.91% | 0.35% | - |
| HSV(B) | 77.56º | 0.95% | 0.67% | - |
| XYZ | 23.11 | 33.81 | 5.54 | - |
| YUV | 138.95 | 54.1 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 8 | 0.28 | 0 | 0.95 | 0.33 | 77.56 | 0.91 | 0.35 |
| Hex | 7C | AC | 8 | 1C | 0 | 5F | 21 | 4E | 5B | 23 |
| Octal | 174 | 254 | 10 | 34 | 0 | 137 | 41 | 116 | 133 | 43 |
| Binary | 1111100 | 10101100 | 1000 | 11100 | 0 | 1011111 | 100001 | 1001110 | 1011011 | 100011 |
Color Harmonies of #7CAC08
Complementary color
Monochromatic Colors of #7CAC08
Black with #7CAC08
Text Example
Text Example
White with #7CAC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC08; }
p { color: rgb(124,172,8); }
H1.HeaderClassName
{
color: #7CAC08;
}
.AnyTagClassName
{
color: #7CAC08;
}
</style>
background-color css
<style>
a { background-color: #7CAC08; }
a { background-color: rgb(124,172,8); }
div.DivClassName
{
background-color: #7CAC08;
}
.BgClassName
{
background-color: #7CAC08;
}
</style>
border-color css
<style>
span { border-color: #7CAC08; }
span { border-color: rgb(124,172,8); }
td.TdClassName
{
border-color: #7CAC08;
}
.TagClassName
{
border-color: #7CAC08;
}
</style>