Shades of Christi #77B601
Tints of Christi #77B601
RGB
CMYK
RGB Variations
Color information
#77B601 (or 0x77B601) is known color: Christi. HEX triplet: 77, B6 and 01. RGB value is (119,182,1). Sum of RGB (Red+Green+Blue) = 119+182+1=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 182 (71.48% from 255 or 60.26% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 182 - color contains mainly: green. Hex color #77B601 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B601 is #8849FE. Grayscale: #8F8F8F. Windows color (decimal): -8931839 or 112247. OLE color: 112247.
HSL color Cylindrical-coordinate representation of color #77B601: hue angle of 80.88º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77B601 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 182 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.29 |
| HSL | 80.88º | 0.99% | 0.36% | - |
| HSV(B) | 80.88º | 0.99% | 0.71% | - |
| XYZ | 24.34 | 37.38 | 5.96 | - |
| YUV | 142.53 | 48.13 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 182 | 1 | 0.35 | 0 | 0.99 | 0.29 | 80.88 | 0.99 | 0.36 |
| Hex | 77 | B6 | 1 | 23 | 0 | 63 | 1D | 51 | 63 | 24 |
| Octal | 167 | 266 | 1 | 43 | 0 | 143 | 35 | 121 | 143 | 44 |
| Binary | 1110111 | 10110110 | 1 | 100011 | 0 | 1100011 | 11101 | 1010001 | 1100011 | 100100 |
Color Harmonies of #77B601
Complementary color
Monochromatic Colors of #77B601
Black with #77B601
Text Example
Text Example
White with #77B601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B601; }
p { color: rgb(119,182,1); }
H1.HeaderClassName
{
color: #77B601;
}
.AnyTagClassName
{
color: #77B601;
}
</style>
background-color css
<style>
a { background-color: #77B601; }
a { background-color: rgb(119,182,1); }
div.DivClassName
{
background-color: #77B601;
}
.BgClassName
{
background-color: #77B601;
}
</style>
border-color css
<style>
span { border-color: #77B601; }
span { border-color: rgb(119,182,1); }
td.TdClassName
{
border-color: #77B601;
}
.TagClassName
{
border-color: #77B601;
}
</style>