Shades of Christi #77B015
Tints of Christi #77B015
RGB
CMYK
RGB Variations
Color information
#77B015 (or 0x77B015) is known color: Christi. HEX triplet: 77, B0 and 15. RGB value is (119,176,21). Sum of RGB (Red+Green+Blue) = 119+176+21=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 176 (69.14% from 255 or 55.70% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 176 - color contains mainly: green. Hex color #77B015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77B015 is #884FEA. Grayscale: #8D8D8D. Windows color (decimal): -8933355 or 1421431. OLE color: 1421431.
HSL color Cylindrical-coordinate representation of color #77B015: hue angle of 82.06º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77B015 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 176 | 21 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.31 |
| HSL | 82.06º | 0.79% | 0.39% | - |
| HSV(B) | 82.06º | 0.88% | 0.69% | - |
| XYZ | 23.27 | 35.03 | 6.24 | - |
| YUV | 141.29 | 60.12 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 176 | 21 | 0.32 | 0 | 0.88 | 0.31 | 82.06 | 0.79 | 0.39 |
| Hex | 77 | B0 | 15 | 20 | 0 | 58 | 1F | 52 | 4F | 27 |
| Octal | 167 | 260 | 25 | 40 | 0 | 130 | 37 | 122 | 117 | 47 |
| Binary | 1110111 | 10110000 | 10101 | 100000 | 0 | 1011000 | 11111 | 1010010 | 1001111 | 100111 |
Color Harmonies of #77B015
Complementary color
Monochromatic Colors of #77B015
Black with #77B015
Text Example
Text Example
White with #77B015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B015; }
p { color: rgb(119,176,21); }
H1.HeaderClassName
{
color: #77B015;
}
.AnyTagClassName
{
color: #77B015;
}
</style>
background-color css
<style>
a { background-color: #77B015; }
a { background-color: rgb(119,176,21); }
div.DivClassName
{
background-color: #77B015;
}
.BgClassName
{
background-color: #77B015;
}
</style>
border-color css
<style>
span { border-color: #77B015; }
span { border-color: rgb(119,176,21); }
td.TdClassName
{
border-color: #77B015;
}
.TagClassName
{
border-color: #77B015;
}
</style>