Shades of Christi #77B301
Tints of Christi #77B301
RGB
CMYK
RGB Variations
Color information
#77B301 (or 0x77B301) is known color: Christi. HEX triplet: 77, B3 and 01. RGB value is (119,179,1). Sum of RGB (Red+Green+Blue) = 119+179+1=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #77B301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B301 is #884CFE. Grayscale: #8D8D8D. Windows color (decimal): -8932607 or 111479. OLE color: 111479.
HSL color Cylindrical-coordinate representation of color #77B301: hue angle of 80.22º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77B301 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 179 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.30 |
| HSL | 80.22º | 0.99% | 0.35% | - |
| HSV(B) | 80.22º | 0.99% | 0.7% | - |
| XYZ | 23.73 | 36.16 | 5.76 | - |
| YUV | 140.77 | 49.12 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 179 | 1 | 0.34 | 0 | 0.99 | 0.30 | 80.22 | 0.99 | 0.35 |
| Hex | 77 | B3 | 1 | 22 | 0 | 63 | 1E | 50 | 63 | 23 |
| Octal | 167 | 263 | 1 | 42 | 0 | 143 | 36 | 120 | 143 | 43 |
| Binary | 1110111 | 10110011 | 1 | 100010 | 0 | 1100011 | 11110 | 1010000 | 1100011 | 100011 |
Color Harmonies of #77B301
Complementary color
Monochromatic Colors of #77B301
Black with #77B301
Text Example
Text Example
White with #77B301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B301; }
p { color: rgb(119,179,1); }
H1.HeaderClassName
{
color: #77B301;
}
.AnyTagClassName
{
color: #77B301;
}
</style>
background-color css
<style>
a { background-color: #77B301; }
a { background-color: rgb(119,179,1); }
div.DivClassName
{
background-color: #77B301;
}
.BgClassName
{
background-color: #77B301;
}
</style>
border-color css
<style>
span { border-color: #77B301; }
span { border-color: rgb(119,179,1); }
td.TdClassName
{
border-color: #77B301;
}
.TagClassName
{
border-color: #77B301;
}
</style>