Shades of Christi #649D12
Tints of Christi #649D12
RGB
CMYK
RGB Variations
Color information
#649D12 (or 0x649D12) is known color: Christi. HEX triplet: 64, 9D and 12. RGB value is (100,157,18). Sum of RGB (Red+Green+Blue) = 100+157+18=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #649D12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649D12 is #9B62ED. Grayscale: #7C7C7C. Windows color (decimal): -10183406 or 1219940. OLE color: 1219940.
HSL color Cylindrical-coordinate representation of color #649D12: hue angle of 84.6º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #649D12 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 18 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.38 |
| HSL | 84.6º | 0.79% | 0.34% | - |
| HSV(B) | 84.6º | 0.89% | 0.62% | - |
| XYZ | 17.42 | 26.87 | 4.84 | - |
| YUV | 124.11 | 68.12 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 18 | 0.36 | 0 | 0.89 | 0.38 | 84.6 | 0.79 | 0.34 |
| Hex | 64 | 9D | 12 | 24 | 0 | 59 | 26 | 55 | 4F | 22 |
| Octal | 144 | 235 | 22 | 44 | 0 | 131 | 46 | 125 | 117 | 42 |
| Binary | 1100100 | 10011101 | 10010 | 100100 | 0 | 1011001 | 100110 | 1010101 | 1001111 | 100010 |
Color Harmonies of #649D12
Complementary color
Monochromatic Colors of #649D12
Black with #649D12
Text Example
Text Example
White with #649D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D12; }
p { color: rgb(100,157,18); }
H1.HeaderClassName
{
color: #649D12;
}
.AnyTagClassName
{
color: #649D12;
}
</style>
background-color css
<style>
a { background-color: #649D12; }
a { background-color: rgb(100,157,18); }
div.DivClassName
{
background-color: #649D12;
}
.BgClassName
{
background-color: #649D12;
}
</style>
border-color css
<style>
span { border-color: #649D12; }
span { border-color: rgb(100,157,18); }
td.TdClassName
{
border-color: #649D12;
}
.TagClassName
{
border-color: #649D12;
}
</style>