Shades of Christi #65AB12
Tints of Christi #65AB12
RGB
CMYK
RGB Variations
Color information
#65AB12 (or 0x65AB12) is known color: Christi. HEX triplet: 65, AB and 12. RGB value is (101,171,18). Sum of RGB (Red+Green+Blue) = 101+171+18=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65AB12 is #9A54ED. Grayscale: #858585. Windows color (decimal): -10114286 or 1223525. OLE color: 1223525.
HSL color Cylindrical-coordinate representation of color #65AB12: hue angle of 87.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65AB12 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 18 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.33 |
| HSL | 87.45º | 0.81% | 0.37% | - |
| HSV(B) | 87.45º | 0.89% | 0.67% | - |
| XYZ | 20.04 | 31.94 | 5.68 | - |
| YUV | 132.63 | 63.31 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 18 | 0.41 | 0 | 0.89 | 0.33 | 87.45 | 0.81 | 0.37 |
| Hex | 65 | AB | 12 | 29 | 0 | 59 | 21 | 57 | 51 | 25 |
| Octal | 145 | 253 | 22 | 51 | 0 | 131 | 41 | 127 | 121 | 45 |
| Binary | 1100101 | 10101011 | 10010 | 101001 | 0 | 1011001 | 100001 | 1010111 | 1010001 | 100101 |
Color Harmonies of #65AB12
Complementary color
Monochromatic Colors of #65AB12
Black with #65AB12
Text Example
Text Example
White with #65AB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB12; }
p { color: rgb(101,171,18); }
H1.HeaderClassName
{
color: #65AB12;
}
.AnyTagClassName
{
color: #65AB12;
}
</style>
background-color css
<style>
a { background-color: #65AB12; }
a { background-color: rgb(101,171,18); }
div.DivClassName
{
background-color: #65AB12;
}
.BgClassName
{
background-color: #65AB12;
}
</style>
border-color css
<style>
span { border-color: #65AB12; }
span { border-color: rgb(101,171,18); }
td.TdClassName
{
border-color: #65AB12;
}
.TagClassName
{
border-color: #65AB12;
}
</style>