Shades of Christi #649E01
Tints of Christi #649E01
RGB
CMYK
RGB Variations
Color information
#649E01 (or 0x649E01) is known color: Christi. HEX triplet: 64, 9E and 01. RGB value is (100,158,1). Sum of RGB (Red+Green+Blue) = 100+158+1=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 158 (62.11% from 255 or 61.00% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 158 - color contains mainly: green. Hex color #649E01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649E01 is #9B61FE. Grayscale: #7B7B7B. Windows color (decimal): -10183167 or 106084. OLE color: 106084.
HSL color Cylindrical-coordinate representation of color #649E01: hue angle of 82.17º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #649E01 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 158 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.38 |
| HSL | 82.17º | 0.99% | 0.31% | - |
| HSV(B) | 82.17º | 0.99% | 0.62% | - |
| XYZ | 17.49 | 27.17 | 4.35 | - |
| YUV | 122.76 | 59.28 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 1 | 0.37 | 0 | 0.99 | 0.38 | 82.17 | 0.99 | 0.31 |
| Hex | 64 | 9E | 1 | 25 | 0 | 63 | 26 | 52 | 63 | 1F |
| Octal | 144 | 236 | 1 | 45 | 0 | 143 | 46 | 122 | 143 | 37 |
| Binary | 1100100 | 10011110 | 1 | 100101 | 0 | 1100011 | 100110 | 1010010 | 1100011 | 11111 |
Color Harmonies of #649E01
Complementary color
Monochromatic Colors of #649E01
Black with #649E01
Text Example
Text Example
White with #649E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649E01; }
p { color: rgb(100,158,1); }
H1.HeaderClassName
{
color: #649E01;
}
.AnyTagClassName
{
color: #649E01;
}
</style>
background-color css
<style>
a { background-color: #649E01; }
a { background-color: rgb(100,158,1); }
div.DivClassName
{
background-color: #649E01;
}
.BgClassName
{
background-color: #649E01;
}
</style>
border-color css
<style>
span { border-color: #649E01; }
span { border-color: rgb(100,158,1); }
td.TdClassName
{
border-color: #649E01;
}
.TagClassName
{
border-color: #649E01;
}
</style>