Shades of Christi #659D07
Tints of Christi #659D07
RGB
CMYK
RGB Variations
Color information
#659D07 (or 0x659D07) is known color: Christi. HEX triplet: 65, 9D and 07. RGB value is (101,157,7). Sum of RGB (Red+Green+Blue) = 101+157+7=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 157 (61.72% from 255 or 59.25% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 157 - color contains mainly: green. Hex color #659D07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659D07 is #9A62F8. Grayscale: #7B7B7B. Windows color (decimal): -10117881 or 499045. OLE color: 499045.
HSL color Cylindrical-coordinate representation of color #659D07: hue angle of 82.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #659D07 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 7 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.38 |
| HSL | 82.4º | 0.91% | 0.32% | - |
| HSV(B) | 82.4º | 0.96% | 0.62% | - |
| XYZ | 17.46 | 26.9 | 4.47 | - |
| YUV | 123.16 | 62.45 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 7 | 0.36 | 0 | 0.96 | 0.38 | 82.4 | 0.91 | 0.32 |
| Hex | 65 | 9D | 7 | 24 | 0 | 60 | 26 | 52 | 5B | 20 |
| Octal | 145 | 235 | 7 | 44 | 0 | 140 | 46 | 122 | 133 | 40 |
| Binary | 1100101 | 10011101 | 111 | 100100 | 0 | 1100000 | 100110 | 1010010 | 1011011 | 100000 |
Color Harmonies of #659D07
Complementary color
Monochromatic Colors of #659D07
Black with #659D07
Text Example
Text Example
White with #659D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D07; }
p { color: rgb(101,157,7); }
H1.HeaderClassName
{
color: #659D07;
}
.AnyTagClassName
{
color: #659D07;
}
</style>
background-color css
<style>
a { background-color: #659D07; }
a { background-color: rgb(101,157,7); }
div.DivClassName
{
background-color: #659D07;
}
.BgClassName
{
background-color: #659D07;
}
</style>
border-color css
<style>
span { border-color: #659D07; }
span { border-color: rgb(101,157,7); }
td.TdClassName
{
border-color: #659D07;
}
.TagClassName
{
border-color: #659D07;
}
</style>