Shades of Christi #649B08
Tints of Christi #649B08
RGB
CMYK
RGB Variations
Color information
#649B08 (or 0x649B08) is known color: Christi. HEX triplet: 64, 9B and 08. RGB value is (100,155,8). Sum of RGB (Red+Green+Blue) = 100+155+8=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 155 (60.94% from 255 or 58.94% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 155 - color contains mainly: green. Hex color #649B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649B08 is #9B64F7. Grayscale: #7A7A7A. Windows color (decimal): -10183928 or 564068. OLE color: 564068.
HSL color Cylindrical-coordinate representation of color #649B08: hue angle of 82.45º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #649B08 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 155 | 8 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.39 |
| HSL | 82.45º | 0.9% | 0.32% | - |
| HSV(B) | 82.45º | 0.95% | 0.61% | - |
| XYZ | 17.02 | 26.17 | 4.38 | - |
| YUV | 121.8 | 63.78 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 8 | 0.35 | 0 | 0.95 | 0.39 | 82.45 | 0.9 | 0.32 |
| Hex | 64 | 9B | 8 | 23 | 0 | 5F | 27 | 52 | 5A | 20 |
| Octal | 144 | 233 | 10 | 43 | 0 | 137 | 47 | 122 | 132 | 40 |
| Binary | 1100100 | 10011011 | 1000 | 100011 | 0 | 1011111 | 100111 | 1010010 | 1011010 | 100000 |
Color Harmonies of #649B08
Complementary color
Monochromatic Colors of #649B08
Black with #649B08
Text Example
Text Example
White with #649B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649B08; }
p { color: rgb(100,155,8); }
H1.HeaderClassName
{
color: #649B08;
}
.AnyTagClassName
{
color: #649B08;
}
</style>
background-color css
<style>
a { background-color: #649B08; }
a { background-color: rgb(100,155,8); }
div.DivClassName
{
background-color: #649B08;
}
.BgClassName
{
background-color: #649B08;
}
</style>
border-color css
<style>
span { border-color: #649B08; }
span { border-color: rgb(100,155,8); }
td.TdClassName
{
border-color: #649B08;
}
.TagClassName
{
border-color: #649B08;
}
</style>