Shades of Christi #77B705
Tints of Christi #77B705
RGB
CMYK
RGB Variations
Color information
#77B705 (or 0x77B705) is known color: Christi. HEX triplet: 77, B7 and 05. RGB value is (119,183,5). Sum of RGB (Red+Green+Blue) = 119+183+5=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #77B705 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B705 is #8848FA. Grayscale: #909090. Windows color (decimal): -8931579 or 374647. OLE color: 374647.
HSL color Cylindrical-coordinate representation of color #77B705: hue angle of 81.57º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77B705 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 5 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.28 |
| HSL | 81.57º | 0.95% | 0.37% | - |
| HSV(B) | 81.57º | 0.97% | 0.72% | - |
| XYZ | 24.57 | 37.8 | 6.14 | - |
| YUV | 143.57 | 49.8 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 5 | 0.35 | 0 | 0.97 | 0.28 | 81.57 | 0.95 | 0.37 |
| Hex | 77 | B7 | 5 | 23 | 0 | 61 | 1C | 52 | 5F | 25 |
| Octal | 167 | 267 | 5 | 43 | 0 | 141 | 34 | 122 | 137 | 45 |
| Binary | 1110111 | 10110111 | 101 | 100011 | 0 | 1100001 | 11100 | 1010010 | 1011111 | 100101 |
Color Harmonies of #77B705
Complementary color
Monochromatic Colors of #77B705
Black with #77B705
Text Example
Text Example
White with #77B705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B705; }
p { color: rgb(119,183,5); }
H1.HeaderClassName
{
color: #77B705;
}
.AnyTagClassName
{
color: #77B705;
}
</style>
background-color css
<style>
a { background-color: #77B705; }
a { background-color: rgb(119,183,5); }
div.DivClassName
{
background-color: #77B705;
}
.BgClassName
{
background-color: #77B705;
}
</style>
border-color css
<style>
span { border-color: #77B705; }
span { border-color: rgb(119,183,5); }
td.TdClassName
{
border-color: #77B705;
}
.TagClassName
{
border-color: #77B705;
}
</style>