Shades of Christi #659B01
Tints of Christi #659B01
RGB
CMYK
RGB Variations
Color information
#659B01 (or 0x659B01) is known color: Christi. HEX triplet: 65, 9B and 01. RGB value is (101,155,1). Sum of RGB (Red+Green+Blue) = 101+155+1=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 155 (60.94% from 255 or 60.31% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 155 - color contains mainly: green. Hex color #659B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659B01 is #9A64FE. Grayscale: #797979. Windows color (decimal): -10118399 or 105317. OLE color: 105317.
HSL color Cylindrical-coordinate representation of color #659B01: hue angle of 81.04º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #659B01 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 155 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.39 |
| HSL | 81.04º | 0.99% | 0.31% | - |
| HSV(B) | 81.04º | 0.99% | 0.61% | - |
| XYZ | 17.09 | 26.21 | 4.19 | - |
| YUV | 121.3 | 60.11 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 1 | 0.35 | 0 | 0.99 | 0.39 | 81.04 | 0.99 | 0.31 |
| Hex | 65 | 9B | 1 | 23 | 0 | 63 | 27 | 51 | 63 | 1F |
| Octal | 145 | 233 | 1 | 43 | 0 | 143 | 47 | 121 | 143 | 37 |
| Binary | 1100101 | 10011011 | 1 | 100011 | 0 | 1100011 | 100111 | 1010001 | 1100011 | 11111 |
Color Harmonies of #659B01
Complementary color
Monochromatic Colors of #659B01
Black with #659B01
Text Example
Text Example
White with #659B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659B01; }
p { color: rgb(101,155,1); }
H1.HeaderClassName
{
color: #659B01;
}
.AnyTagClassName
{
color: #659B01;
}
</style>
background-color css
<style>
a { background-color: #659B01; }
a { background-color: rgb(101,155,1); }
div.DivClassName
{
background-color: #659B01;
}
.BgClassName
{
background-color: #659B01;
}
</style>
border-color css
<style>
span { border-color: #659B01; }
span { border-color: rgb(101,155,1); }
td.TdClassName
{
border-color: #659B01;
}
.TagClassName
{
border-color: #659B01;
}
</style>