Shades of Christi #77B409
Tints of Christi #77B409
RGB
CMYK
RGB Variations
Color information
#77B409 (or 0x77B409) is known color: Christi. HEX triplet: 77, B4 and 09. RGB value is (119,180,9). Sum of RGB (Red+Green+Blue) = 119+180+9=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #77B409 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B409 is #884BF6. Grayscale: #8E8E8E. Windows color (decimal): -8932343 or 636023. OLE color: 636023.
HSL color Cylindrical-coordinate representation of color #77B409: hue angle of 81.4º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77B409 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 180 | 9 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.29 |
| HSL | 81.4º | 0.9% | 0.37% | - |
| HSV(B) | 81.4º | 0.95% | 0.71% | - |
| XYZ | 23.98 | 36.58 | 6.06 | - |
| YUV | 142.27 | 52.79 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 9 | 0.34 | 0 | 0.95 | 0.29 | 81.4 | 0.9 | 0.37 |
| Hex | 77 | B4 | 9 | 22 | 0 | 5F | 1D | 51 | 5A | 25 |
| Octal | 167 | 264 | 11 | 42 | 0 | 137 | 35 | 121 | 132 | 45 |
| Binary | 1110111 | 10110100 | 1001 | 100010 | 0 | 1011111 | 11101 | 1010001 | 1011010 | 100101 |
Color Harmonies of #77B409
Complementary color
Monochromatic Colors of #77B409
Black with #77B409
Text Example
Text Example
White with #77B409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B409; }
p { color: rgb(119,180,9); }
H1.HeaderClassName
{
color: #77B409;
}
.AnyTagClassName
{
color: #77B409;
}
</style>
background-color css
<style>
a { background-color: #77B409; }
a { background-color: rgb(119,180,9); }
div.DivClassName
{
background-color: #77B409;
}
.BgClassName
{
background-color: #77B409;
}
</style>
border-color css
<style>
span { border-color: #77B409; }
span { border-color: rgb(119,180,9); }
td.TdClassName
{
border-color: #77B409;
}
.TagClassName
{
border-color: #77B409;
}
</style>