Shades of Christi #78AF0C
Tints of Christi #78AF0C
RGB
CMYK
RGB Variations
Color information
#78AF0C (or 0x78AF0C) is known color: Christi. HEX triplet: 78, AF and 0C. RGB value is (120,175,12). Sum of RGB (Red+Green+Blue) = 120+175+12=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78AF0C is #8750F3. Grayscale: #8C8C8C. Windows color (decimal): -8868084 or 831352. OLE color: 831352.
HSL color Cylindrical-coordinate representation of color #78AF0C: hue angle of 80.25º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78AF0C is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 175 | 12 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.31 |
| HSL | 80.25º | 0.87% | 0.37% | - |
| HSV(B) | 80.25º | 0.93% | 0.69% | - |
| XYZ | 23.14 | 34.68 | 5.82 | - |
| YUV | 139.97 | 55.78 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 175 | 12 | 0.31 | 0 | 0.93 | 0.31 | 80.25 | 0.87 | 0.37 |
| Hex | 78 | AF | C | 1F | 0 | 5D | 1F | 50 | 57 | 25 |
| Octal | 170 | 257 | 14 | 37 | 0 | 135 | 37 | 120 | 127 | 45 |
| Binary | 1111000 | 10101111 | 1100 | 11111 | 0 | 1011101 | 11111 | 1010000 | 1010111 | 100101 |
Color Harmonies of #78AF0C
Complementary color
Monochromatic Colors of #78AF0C
Black with #78AF0C
Text Example
Text Example
White with #78AF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AF0C; }
p { color: rgb(120,175,12); }
H1.HeaderClassName
{
color: #78AF0C;
}
.AnyTagClassName
{
color: #78AF0C;
}
</style>
background-color css
<style>
a { background-color: #78AF0C; }
a { background-color: rgb(120,175,12); }
div.DivClassName
{
background-color: #78AF0C;
}
.BgClassName
{
background-color: #78AF0C;
}
</style>
border-color css
<style>
span { border-color: #78AF0C; }
span { border-color: rgb(120,175,12); }
td.TdClassName
{
border-color: #78AF0C;
}
.TagClassName
{
border-color: #78AF0C;
}
</style>