Shades of Christi #65A925
Tints of Christi #65A925
RGB
CMYK
RGB Variations
Color information
#65A925 (or 0x65A925) is known color: Christi. HEX triplet: 65, A9 and 25. RGB value is (101,169,37). Sum of RGB (Red+Green+Blue) = 101+169+37=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 169 (66.41% from 255 or 55.05% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 169 - color contains mainly: green. Hex color #65A925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A925 is #9A56DA. Grayscale: #868686. Windows color (decimal): -10114779 or 2468197. OLE color: 2468197.
HSL color Cylindrical-coordinate representation of color #65A925: hue angle of 90.91º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65A925 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 169 | 37 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.34 |
| HSL | 90.91º | 0.64% | 0.4% | - |
| HSV(B) | 90.91º | 0.78% | 0.66% | - |
| XYZ | 19.89 | 31.28 | 6.74 | - |
| YUV | 133.62 | 73.47 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 169 | 37 | 0.40 | 0 | 0.78 | 0.34 | 90.91 | 0.64 | 0.4 |
| Hex | 65 | A9 | 25 | 28 | 0 | 4E | 22 | 5B | 40 | 28 |
| Octal | 145 | 251 | 45 | 50 | 0 | 116 | 42 | 133 | 100 | 50 |
| Binary | 1100101 | 10101001 | 100101 | 101000 | 0 | 1001110 | 100010 | 1011011 | 1000000 | 101000 |
Color Harmonies of #65A925
Complementary color
Monochromatic Colors of #65A925
Black with #65A925
Text Example
Text Example
White with #65A925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A925; }
p { color: rgb(101,169,37); }
H1.HeaderClassName
{
color: #65A925;
}
.AnyTagClassName
{
color: #65A925;
}
</style>
background-color css
<style>
a { background-color: #65A925; }
a { background-color: rgb(101,169,37); }
div.DivClassName
{
background-color: #65A925;
}
.BgClassName
{
background-color: #65A925;
}
</style>
border-color css
<style>
span { border-color: #65A925; }
span { border-color: rgb(101,169,37); }
td.TdClassName
{
border-color: #65A925;
}
.TagClassName
{
border-color: #65A925;
}
</style>