Shades of Christi #659800
Tints of Christi #659800
RGB
CMYK
RGB Variations
Color information
#659800 (or 0x659800) is known color: Christi. HEX triplet: 65, 98 and 00. RGB value is (101,152,0). Sum of RGB (Red+Green+Blue) = 101+152+0=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 152 (59.77% from 255 or 60.08% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 152 - color contains mainly: green. Hex color #659800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659800 is #9A67FF. Grayscale: #777777. Windows color (decimal): -10119168 or 39013. OLE color: 39013.
HSL color Cylindrical-coordinate representation of color #659800: hue angle of 80.13º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #659800 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 152 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.40 |
| HSL | 80.13º | 1% | 0.3% | - |
| HSV(B) | 80.13º | 1% | 0.6% | - |
| XYZ | 16.6 | 25.22 | 3.99 | - |
| YUV | 119.42 | 60.6 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 0 | 0.34 | 0 | 1 | 0.40 | 80.13 | 1 | 0.3 |
| Hex | 65 | 98 | 0 | 22 | 0 | 64 | 28 | 50 | 64 | 1E |
| Octal | 145 | 230 | 0 | 42 | 0 | 144 | 50 | 120 | 144 | 36 |
| Binary | 1100101 | 10011000 | 0 | 100010 | 0 | 1100100 | 101000 | 1010000 | 1100100 | 11110 |
Color Harmonies of #659800
Complementary color
Monochromatic Colors of #659800
Black with #659800
Text Example
Text Example
White with #659800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659800; }
p { color: rgb(101,152,0); }
H1.HeaderClassName
{
color: #659800;
}
.AnyTagClassName
{
color: #659800;
}
</style>
background-color css
<style>
a { background-color: #659800; }
a { background-color: rgb(101,152,0); }
div.DivClassName
{
background-color: #659800;
}
.BgClassName
{
background-color: #659800;
}
</style>
border-color css
<style>
span { border-color: #659800; }
span { border-color: rgb(101,152,0); }
td.TdClassName
{
border-color: #659800;
}
.TagClassName
{
border-color: #659800;
}
</style>