Shades of Christi #65B012
Tints of Christi #65B012
RGB
CMYK
RGB Variations
Color information
#65B012 (or 0x65B012) is known color: Christi. HEX triplet: 65, B0 and 12. RGB value is (101,176,18). Sum of RGB (Red+Green+Blue) = 101+176+18=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 176 (69.14% from 255 or 59.66% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 176 - color contains mainly: green. Hex color #65B012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65B012 is #9A4FED. Grayscale: #888888. Windows color (decimal): -10113006 or 1224805. OLE color: 1224805.
HSL color Cylindrical-coordinate representation of color #65B012: hue angle of 88.48º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65B012 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 176 | 18 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.31 |
| HSL | 88.48º | 0.81% | 0.38% | - |
| HSV(B) | 88.48º | 0.9% | 0.69% | - |
| XYZ | 21 | 33.86 | 6 | - |
| YUV | 135.56 | 61.65 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 176 | 18 | 0.43 | 0 | 0.90 | 0.31 | 88.48 | 0.81 | 0.38 |
| Hex | 65 | B0 | 12 | 2B | 0 | 5A | 1F | 58 | 51 | 26 |
| Octal | 145 | 260 | 22 | 53 | 0 | 132 | 37 | 130 | 121 | 46 |
| Binary | 1100101 | 10110000 | 10010 | 101011 | 0 | 1011010 | 11111 | 1011000 | 1010001 | 100110 |
Color Harmonies of #65B012
Complementary color
Monochromatic Colors of #65B012
Black with #65B012
Text Example
Text Example
White with #65B012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B012; }
p { color: rgb(101,176,18); }
H1.HeaderClassName
{
color: #65B012;
}
.AnyTagClassName
{
color: #65B012;
}
</style>
background-color css
<style>
a { background-color: #65B012; }
a { background-color: rgb(101,176,18); }
div.DivClassName
{
background-color: #65B012;
}
.BgClassName
{
background-color: #65B012;
}
</style>
border-color css
<style>
span { border-color: #65B012; }
span { border-color: rgb(101,176,18); }
td.TdClassName
{
border-color: #65B012;
}
.TagClassName
{
border-color: #65B012;
}
</style>