Shades of Christi #77AF12
Tints of Christi #77AF12
RGB
CMYK
RGB Variations
Color information
#77AF12 (or 0x77AF12) is known color: Christi. HEX triplet: 77, AF and 12. RGB value is (119,175,18). Sum of RGB (Red+Green+Blue) = 119+175+18=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AF12 is #8850ED. Grayscale: #8C8C8C. Windows color (decimal): -8933614 or 1224567. OLE color: 1224567.
HSL color Cylindrical-coordinate representation of color #77AF12: hue angle of 81.4º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77AF12 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 18 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.31 |
| HSL | 81.4º | 0.81% | 0.38% | - |
| HSV(B) | 81.4º | 0.9% | 0.69% | - |
| XYZ | 23.05 | 34.63 | 6.04 | - |
| YUV | 140.36 | 58.95 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 18 | 0.32 | 0 | 0.90 | 0.31 | 81.4 | 0.81 | 0.38 |
| Hex | 77 | AF | 12 | 20 | 0 | 5A | 1F | 51 | 51 | 26 |
| Octal | 167 | 257 | 22 | 40 | 0 | 132 | 37 | 121 | 121 | 46 |
| Binary | 1110111 | 10101111 | 10010 | 100000 | 0 | 1011010 | 11111 | 1010001 | 1010001 | 100110 |
Color Harmonies of #77AF12
Complementary color
Monochromatic Colors of #77AF12
Black with #77AF12
Text Example
Text Example
White with #77AF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AF12; }
p { color: rgb(119,175,18); }
H1.HeaderClassName
{
color: #77AF12;
}
.AnyTagClassName
{
color: #77AF12;
}
</style>
background-color css
<style>
a { background-color: #77AF12; }
a { background-color: rgb(119,175,18); }
div.DivClassName
{
background-color: #77AF12;
}
.BgClassName
{
background-color: #77AF12;
}
</style>
border-color css
<style>
span { border-color: #77AF12; }
span { border-color: rgb(119,175,18); }
td.TdClassName
{
border-color: #77AF12;
}
.TagClassName
{
border-color: #77AF12;
}
</style>