Shades of Christi #65A906
Tints of Christi #65A906
RGB
CMYK
RGB Variations
Color information
#65A906 (or 0x65A906) is known color: Christi. HEX triplet: 65, A9 and 06. RGB value is (101,169,6). Sum of RGB (Red+Green+Blue) = 101+169+6=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 169 (66.41% from 255 or 61.23% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 169 - color contains mainly: green. Hex color #65A906 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65A906 is #9A56F9. Grayscale: #828282. Windows color (decimal): -10114810 or 436581. OLE color: 436581.
HSL color Cylindrical-coordinate representation of color #65A906: hue angle of 85.03º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65A906 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 169 | 6 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.34 |
| HSL | 85.03º | 0.93% | 0.34% | - |
| HSV(B) | 85.03º | 0.96% | 0.66% | - |
| XYZ | 19.59 | 31.16 | 5.15 | - |
| YUV | 130.09 | 57.97 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 169 | 6 | 0.40 | 0 | 0.96 | 0.34 | 85.03 | 0.93 | 0.34 |
| Hex | 65 | A9 | 6 | 28 | 0 | 60 | 22 | 55 | 5D | 22 |
| Octal | 145 | 251 | 6 | 50 | 0 | 140 | 42 | 125 | 135 | 42 |
| Binary | 1100101 | 10101001 | 110 | 101000 | 0 | 1100000 | 100010 | 1010101 | 1011101 | 100010 |
Color Harmonies of #65A906
Complementary color
Monochromatic Colors of #65A906
Black with #65A906
Text Example
Text Example
White with #65A906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A906; }
p { color: rgb(101,169,6); }
H1.HeaderClassName
{
color: #65A906;
}
.AnyTagClassName
{
color: #65A906;
}
</style>
background-color css
<style>
a { background-color: #65A906; }
a { background-color: rgb(101,169,6); }
div.DivClassName
{
background-color: #65A906;
}
.BgClassName
{
background-color: #65A906;
}
</style>
border-color css
<style>
span { border-color: #65A906; }
span { border-color: rgb(101,169,6); }
td.TdClassName
{
border-color: #65A906;
}
.TagClassName
{
border-color: #65A906;
}
</style>