Shades of Christi #64B013
Tints of Christi #64B013
RGB
CMYK
RGB Variations
Color information
#64B013 (or 0x64B013) is known color: Christi. HEX triplet: 64, B0 and 13. RGB value is (100,176,19). Sum of RGB (Red+Green+Blue) = 100+176+19=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 176 (69.14% from 255 or 59.66% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 176 - color contains mainly: green. Hex color #64B013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64B013 is #9B4FEC. Grayscale: #878787. Windows color (decimal): -10178541 or 1290340. OLE color: 1290340.
HSL color Cylindrical-coordinate representation of color #64B013: hue angle of 89.04º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64B013 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 176 | 19 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.31 |
| HSL | 89.04º | 0.81% | 0.38% | - |
| HSV(B) | 89.04º | 0.89% | 0.69% | - |
| XYZ | 20.9 | 33.81 | 6.04 | - |
| YUV | 135.38 | 62.32 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 176 | 19 | 0.43 | 0 | 0.89 | 0.31 | 89.04 | 0.81 | 0.38 |
| Hex | 64 | B0 | 13 | 2B | 0 | 59 | 1F | 59 | 51 | 26 |
| Octal | 144 | 260 | 23 | 53 | 0 | 131 | 37 | 131 | 121 | 46 |
| Binary | 1100100 | 10110000 | 10011 | 101011 | 0 | 1011001 | 11111 | 1011001 | 1010001 | 100110 |
Color Harmonies of #64B013
Complementary color
Monochromatic Colors of #64B013
Black with #64B013
Text Example
Text Example
White with #64B013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B013; }
p { color: rgb(100,176,19); }
H1.HeaderClassName
{
color: #64B013;
}
.AnyTagClassName
{
color: #64B013;
}
</style>
background-color css
<style>
a { background-color: #64B013; }
a { background-color: rgb(100,176,19); }
div.DivClassName
{
background-color: #64B013;
}
.BgClassName
{
background-color: #64B013;
}
</style>
border-color css
<style>
span { border-color: #64B013; }
span { border-color: rgb(100,176,19); }
td.TdClassName
{
border-color: #64B013;
}
.TagClassName
{
border-color: #64B013;
}
</style>