Shades of Christi #77B908
Tints of Christi #77B908
RGB
CMYK
RGB Variations
Color information
#77B908 (or 0x77B908) is known color: Christi. HEX triplet: 77, B9 and 08. RGB value is (119,185,8). Sum of RGB (Red+Green+Blue) = 119+185+8=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 185 (72.66% from 255 or 59.29% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 185 - color contains mainly: green. Hex color #77B908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B908 is #8846F7. Grayscale: #919191. Windows color (decimal): -8931064 or 571767. OLE color: 571767.
HSL color Cylindrical-coordinate representation of color #77B908: hue angle of 82.37º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77B908 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 185 | 8 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.27 |
| HSL | 82.37º | 0.92% | 0.38% | - |
| HSV(B) | 82.37º | 0.96% | 0.73% | - |
| XYZ | 25 | 38.64 | 6.37 | - |
| YUV | 145.09 | 50.63 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 185 | 8 | 0.36 | 0 | 0.96 | 0.27 | 82.37 | 0.92 | 0.38 |
| Hex | 77 | B9 | 8 | 24 | 0 | 60 | 1B | 52 | 5C | 26 |
| Octal | 167 | 271 | 10 | 44 | 0 | 140 | 33 | 122 | 134 | 46 |
| Binary | 1110111 | 10111001 | 1000 | 100100 | 0 | 1100000 | 11011 | 1010010 | 1011100 | 100110 |
Color Harmonies of #77B908
Complementary color
Monochromatic Colors of #77B908
Black with #77B908
Text Example
Text Example
White with #77B908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B908; }
p { color: rgb(119,185,8); }
H1.HeaderClassName
{
color: #77B908;
}
.AnyTagClassName
{
color: #77B908;
}
</style>
background-color css
<style>
a { background-color: #77B908; }
a { background-color: rgb(119,185,8); }
div.DivClassName
{
background-color: #77B908;
}
.BgClassName
{
background-color: #77B908;
}
</style>
border-color css
<style>
span { border-color: #77B908; }
span { border-color: rgb(119,185,8); }
td.TdClassName
{
border-color: #77B908;
}
.TagClassName
{
border-color: #77B908;
}
</style>