Shades of Christi #77B511
Tints of Christi #77B511
RGB
CMYK
RGB Variations
Color information
#77B511 (or 0x77B511) is known color: Christi. HEX triplet: 77, B5 and 11. RGB value is (119,181,17). Sum of RGB (Red+Green+Blue) = 119+181+17=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 181 (71.09% from 255 or 57.10% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 181 - color contains mainly: green. Hex color #77B511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B511 is #884AEE. Grayscale: #909090. Windows color (decimal): -8932079 or 1160567. OLE color: 1160567.
HSL color Cylindrical-coordinate representation of color #77B511: hue angle of 82.68º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77B511 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 181 | 17 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.29 |
| HSL | 82.68º | 0.83% | 0.39% | - |
| HSV(B) | 82.68º | 0.91% | 0.71% | - |
| XYZ | 24.23 | 37.01 | 6.4 | - |
| YUV | 143.77 | 56.46 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 17 | 0.34 | 0 | 0.91 | 0.29 | 82.68 | 0.83 | 0.39 |
| Hex | 77 | B5 | 11 | 22 | 0 | 5B | 1D | 53 | 53 | 27 |
| Octal | 167 | 265 | 21 | 42 | 0 | 133 | 35 | 123 | 123 | 47 |
| Binary | 1110111 | 10110101 | 10001 | 100010 | 0 | 1011011 | 11101 | 1010011 | 1010011 | 100111 |
Color Harmonies of #77B511
Complementary color
Monochromatic Colors of #77B511
Black with #77B511
Text Example
Text Example
White with #77B511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B511; }
p { color: rgb(119,181,17); }
H1.HeaderClassName
{
color: #77B511;
}
.AnyTagClassName
{
color: #77B511;
}
</style>
background-color css
<style>
a { background-color: #77B511; }
a { background-color: rgb(119,181,17); }
div.DivClassName
{
background-color: #77B511;
}
.BgClassName
{
background-color: #77B511;
}
</style>
border-color css
<style>
span { border-color: #77B511; }
span { border-color: rgb(119,181,17); }
td.TdClassName
{
border-color: #77B511;
}
.TagClassName
{
border-color: #77B511;
}
</style>