Shades of Christi #77AB0D
Tints of Christi #77AB0D
RGB
CMYK
RGB Variations
Color information
#77AB0D (or 0x77AB0D) is known color: Christi. HEX triplet: 77, AB and 0D. RGB value is (119,171,13). Sum of RGB (Red+Green+Blue) = 119+171+13=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AB0D is #8854F2. Grayscale: #8A8A8A. Windows color (decimal): -8934643 or 895863. OLE color: 895863.
HSL color Cylindrical-coordinate representation of color #77AB0D: hue angle of 79.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77AB0D is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 171 | 13 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.33 |
| HSL | 79.75º | 0.86% | 0.36% | - |
| HSV(B) | 79.75º | 0.92% | 0.67% | - |
| XYZ | 22.24 | 33.08 | 5.59 | - |
| YUV | 137.44 | 57.77 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 13 | 0.30 | 0 | 0.92 | 0.33 | 79.75 | 0.86 | 0.36 |
| Hex | 77 | AB | D | 1E | 0 | 5C | 21 | 50 | 56 | 24 |
| Octal | 167 | 253 | 15 | 36 | 0 | 134 | 41 | 120 | 126 | 44 |
| Binary | 1110111 | 10101011 | 1101 | 11110 | 0 | 1011100 | 100001 | 1010000 | 1010110 | 100100 |
Color Harmonies of #77AB0D
Complementary color
Monochromatic Colors of #77AB0D
Black with #77AB0D
Text Example
Text Example
White with #77AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AB0D; }
p { color: rgb(119,171,13); }
H1.HeaderClassName
{
color: #77AB0D;
}
.AnyTagClassName
{
color: #77AB0D;
}
</style>
background-color css
<style>
a { background-color: #77AB0D; }
a { background-color: rgb(119,171,13); }
div.DivClassName
{
background-color: #77AB0D;
}
.BgClassName
{
background-color: #77AB0D;
}
</style>
border-color css
<style>
span { border-color: #77AB0D; }
span { border-color: rgb(119,171,13); }
td.TdClassName
{
border-color: #77AB0D;
}
.TagClassName
{
border-color: #77AB0D;
}
</style>