Shades of Christi #649A09
Tints of Christi #649A09
RGB
CMYK
RGB Variations
Color information
#649A09 (or 0x649A09) is known color: Christi. HEX triplet: 64, 9A and 09. RGB value is (100,154,9). Sum of RGB (Red+Green+Blue) = 100+154+9=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 154 (60.55% from 255 or 58.56% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 154 - color contains mainly: green. Hex color #649A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649A09 is #9B65F6. Grayscale: #797979. Windows color (decimal): -10184183 or 629348. OLE color: 629348.
HSL color Cylindrical-coordinate representation of color #649A09: hue angle of 82.34º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #649A09 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 154 | 9 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.40 |
| HSL | 82.34º | 0.89% | 0.32% | - |
| HSV(B) | 82.34º | 0.94% | 0.6% | - |
| XYZ | 16.86 | 25.84 | 4.36 | - |
| YUV | 121.32 | 64.61 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 9 | 0.35 | 0 | 0.94 | 0.40 | 82.34 | 0.89 | 0.32 |
| Hex | 64 | 9A | 9 | 23 | 0 | 5E | 28 | 52 | 59 | 20 |
| Octal | 144 | 232 | 11 | 43 | 0 | 136 | 50 | 122 | 131 | 40 |
| Binary | 1100100 | 10011010 | 1001 | 100011 | 0 | 1011110 | 101000 | 1010010 | 1011001 | 100000 |
Color Harmonies of #649A09
Complementary color
Monochromatic Colors of #649A09
Black with #649A09
Text Example
Text Example
White with #649A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649A09; }
p { color: rgb(100,154,9); }
H1.HeaderClassName
{
color: #649A09;
}
.AnyTagClassName
{
color: #649A09;
}
</style>
background-color css
<style>
a { background-color: #649A09; }
a { background-color: rgb(100,154,9); }
div.DivClassName
{
background-color: #649A09;
}
.BgClassName
{
background-color: #649A09;
}
</style>
border-color css
<style>
span { border-color: #649A09; }
span { border-color: rgb(100,154,9); }
td.TdClassName
{
border-color: #649A09;
}
.TagClassName
{
border-color: #649A09;
}
</style>