Shades of Christi #77B103
Tints of Christi #77B103
RGB
CMYK
RGB Variations
Color information
#77B103 (or 0x77B103) is known color: Christi. HEX triplet: 77, B1 and 03. RGB value is (119,177,3). Sum of RGB (Red+Green+Blue) = 119+177+3=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 177 (69.53% from 255 or 59.20% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 177 - color contains mainly: green. Hex color #77B103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77B103 is #884EFC. Grayscale: #8C8C8C. Windows color (decimal): -8933117 or 242039. OLE color: 242039.
HSL color Cylindrical-coordinate representation of color #77B103: hue angle of 80º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #77B103 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 177 | 3 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.31 |
| HSL | 80º | 0.97% | 0.35% | - |
| HSV(B) | 80º | 0.98% | 0.69% | - |
| XYZ | 23.35 | 35.37 | 5.68 | - |
| YUV | 139.82 | 50.78 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 177 | 3 | 0.33 | 0 | 0.98 | 0.31 | 80 | 0.97 | 0.35 |
| Hex | 77 | B1 | 3 | 21 | 0 | 62 | 1F | 50 | 61 | 23 |
| Octal | 167 | 261 | 3 | 41 | 0 | 142 | 37 | 120 | 141 | 43 |
| Binary | 1110111 | 10110001 | 11 | 100001 | 0 | 1100010 | 11111 | 1010000 | 1100001 | 100011 |
Color Harmonies of #77B103
Complementary color
Monochromatic Colors of #77B103
Black with #77B103
Text Example
Text Example
White with #77B103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B103; }
p { color: rgb(119,177,3); }
H1.HeaderClassName
{
color: #77B103;
}
.AnyTagClassName
{
color: #77B103;
}
</style>
background-color css
<style>
a { background-color: #77B103; }
a { background-color: rgb(119,177,3); }
div.DivClassName
{
background-color: #77B103;
}
.BgClassName
{
background-color: #77B103;
}
</style>
border-color css
<style>
span { border-color: #77B103; }
span { border-color: rgb(119,177,3); }
td.TdClassName
{
border-color: #77B103;
}
.TagClassName
{
border-color: #77B103;
}
</style>