Shades of Christi #63A70B
Tints of Christi #63A70B
RGB
CMYK
RGB Variations
Color information
#63A70B (or 0x63A70B) is known color: Christi. HEX triplet: 63, A7 and 0B. RGB value is (99,167,11). Sum of RGB (Red+Green+Blue) = 99+167+11=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 167 (65.62% from 255 or 60.29% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 167 - color contains mainly: green. Hex color #63A70B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A70B is #9C58F4. Grayscale: #818181. Windows color (decimal): -10246389 or 763747. OLE color: 763747.
HSL color Cylindrical-coordinate representation of color #63A70B: hue angle of 86.15º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63A70B is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 167 | 11 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.35 |
| HSL | 86.15º | 0.88% | 0.35% | - |
| HSV(B) | 86.15º | 0.93% | 0.65% | - |
| XYZ | 19.02 | 30.31 | 5.17 | - |
| YUV | 128.88 | 61.47 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 167 | 11 | 0.41 | 0 | 0.93 | 0.35 | 86.15 | 0.88 | 0.35 |
| Hex | 63 | A7 | B | 29 | 0 | 5D | 23 | 56 | 58 | 23 |
| Octal | 143 | 247 | 13 | 51 | 0 | 135 | 43 | 126 | 130 | 43 |
| Binary | 1100011 | 10100111 | 1011 | 101001 | 0 | 1011101 | 100011 | 1010110 | 1011000 | 100011 |
Color Harmonies of #63A70B
Complementary color
Monochromatic Colors of #63A70B
Black with #63A70B
Text Example
Text Example
White with #63A70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A70B; }
p { color: rgb(99,167,11); }
H1.HeaderClassName
{
color: #63A70B;
}
.AnyTagClassName
{
color: #63A70B;
}
</style>
background-color css
<style>
a { background-color: #63A70B; }
a { background-color: rgb(99,167,11); }
div.DivClassName
{
background-color: #63A70B;
}
.BgClassName
{
background-color: #63A70B;
}
</style>
border-color css
<style>
span { border-color: #63A70B; }
span { border-color: rgb(99,167,11); }
td.TdClassName
{
border-color: #63A70B;
}
.TagClassName
{
border-color: #63A70B;
}
</style>