Shades of Christi #63A507
Tints of Christi #63A507
RGB
CMYK
RGB Variations
Color information
#63A507 (or 0x63A507) is known color: Christi. HEX triplet: 63, A5 and 07. RGB value is (99,165,7). Sum of RGB (Red+Green+Blue) = 99+165+7=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 165 (64.84% from 255 or 60.89% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 165 - color contains mainly: green. Hex color #63A507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A507 is #9C5AF8. Grayscale: #7F7F7F. Windows color (decimal): -10246905 or 501091. OLE color: 501091.
HSL color Cylindrical-coordinate representation of color #63A507: hue angle of 85.06º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63A507 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 165 | 7 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.35 |
| HSL | 85.06º | 0.92% | 0.34% | - |
| HSV(B) | 85.06º | 0.96% | 0.65% | - |
| XYZ | 18.64 | 29.58 | 4.93 | - |
| YUV | 127.25 | 60.13 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 165 | 7 | 0.40 | 0 | 0.96 | 0.35 | 85.06 | 0.92 | 0.34 |
| Hex | 63 | A5 | 7 | 28 | 0 | 60 | 23 | 55 | 5C | 22 |
| Octal | 143 | 245 | 7 | 50 | 0 | 140 | 43 | 125 | 134 | 42 |
| Binary | 1100011 | 10100101 | 111 | 101000 | 0 | 1100000 | 100011 | 1010101 | 1011100 | 100010 |
Color Harmonies of #63A507
Complementary color
Monochromatic Colors of #63A507
Black with #63A507
Text Example
Text Example
White with #63A507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A507; }
p { color: rgb(99,165,7); }
H1.HeaderClassName
{
color: #63A507;
}
.AnyTagClassName
{
color: #63A507;
}
</style>
background-color css
<style>
a { background-color: #63A507; }
a { background-color: rgb(99,165,7); }
div.DivClassName
{
background-color: #63A507;
}
.BgClassName
{
background-color: #63A507;
}
</style>
border-color css
<style>
span { border-color: #63A507; }
span { border-color: rgb(99,165,7); }
td.TdClassName
{
border-color: #63A507;
}
.TagClassName
{
border-color: #63A507;
}
</style>