Shades of Christi #649C14
Tints of Christi #649C14
RGB
CMYK
RGB Variations
Color information
#649C14 (or 0x649C14) is known color: Christi. HEX triplet: 64, 9C and 14. RGB value is (100,156,20). Sum of RGB (Red+Green+Blue) = 100+156+20=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #649C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649C14 is #9B63EB. Grayscale: #7C7C7C. Windows color (decimal): -10183660 or 1350756. OLE color: 1350756.
HSL color Cylindrical-coordinate representation of color #649C14: hue angle of 84.71º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #649C14 is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 156 | 20 | - |
| CMYK | 0.36 | 0 | 0.87 | 0.39 |
| HSL | 84.71º | 0.77% | 0.35% | - |
| HSV(B) | 84.71º | 0.87% | 0.61% | - |
| XYZ | 17.27 | 26.54 | 4.87 | - |
| YUV | 123.75 | 69.45 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 20 | 0.36 | 0 | 0.87 | 0.39 | 84.71 | 0.77 | 0.35 |
| Hex | 64 | 9C | 14 | 24 | 0 | 57 | 27 | 55 | 4D | 23 |
| Octal | 144 | 234 | 24 | 44 | 0 | 127 | 47 | 125 | 115 | 43 |
| Binary | 1100100 | 10011100 | 10100 | 100100 | 0 | 1010111 | 100111 | 1010101 | 1001101 | 100011 |
Color Harmonies of #649C14
Complementary color
Monochromatic Colors of #649C14
Black with #649C14
Text Example
Text Example
White with #649C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649C14; }
p { color: rgb(100,156,20); }
H1.HeaderClassName
{
color: #649C14;
}
.AnyTagClassName
{
color: #649C14;
}
</style>
background-color css
<style>
a { background-color: #649C14; }
a { background-color: rgb(100,156,20); }
div.DivClassName
{
background-color: #649C14;
}
.BgClassName
{
background-color: #649C14;
}
</style>
border-color css
<style>
span { border-color: #649C14; }
span { border-color: rgb(100,156,20); }
td.TdClassName
{
border-color: #649C14;
}
.TagClassName
{
border-color: #649C14;
}
</style>