Shades of Christi #77B30B
Tints of Christi #77B30B
RGB
CMYK
RGB Variations
Color information
#77B30B (or 0x77B30B) is known color: Christi. HEX triplet: 77, B3 and 0B. RGB value is (119,179,11). Sum of RGB (Red+Green+Blue) = 119+179+11=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #77B30B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B30B is #884CF4. Grayscale: #8E8E8E. Windows color (decimal): -8932597 or 766839. OLE color: 766839.
HSL color Cylindrical-coordinate representation of color #77B30B: hue angle of 81.43º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77B30B is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 179 | 11 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.30 |
| HSL | 81.43º | 0.88% | 0.37% | - |
| HSV(B) | 81.43º | 0.94% | 0.7% | - |
| XYZ | 23.79 | 36.19 | 6.05 | - |
| YUV | 141.91 | 54.12 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 179 | 11 | 0.34 | 0 | 0.94 | 0.30 | 81.43 | 0.88 | 0.37 |
| Hex | 77 | B3 | B | 22 | 0 | 5E | 1E | 51 | 58 | 25 |
| Octal | 167 | 263 | 13 | 42 | 0 | 136 | 36 | 121 | 130 | 45 |
| Binary | 1110111 | 10110011 | 1011 | 100010 | 0 | 1011110 | 11110 | 1010001 | 1011000 | 100101 |
Color Harmonies of #77B30B
Complementary color
Monochromatic Colors of #77B30B
Black with #77B30B
Text Example
Text Example
White with #77B30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B30B; }
p { color: rgb(119,179,11); }
H1.HeaderClassName
{
color: #77B30B;
}
.AnyTagClassName
{
color: #77B30B;
}
</style>
background-color css
<style>
a { background-color: #77B30B; }
a { background-color: rgb(119,179,11); }
div.DivClassName
{
background-color: #77B30B;
}
.BgClassName
{
background-color: #77B30B;
}
</style>
border-color css
<style>
span { border-color: #77B30B; }
span { border-color: rgb(119,179,11); }
td.TdClassName
{
border-color: #77B30B;
}
.TagClassName
{
border-color: #77B30B;
}
</style>