Shades of Christi #66AD13
Tints of Christi #66AD13
RGB
CMYK
RGB Variations
Color information
#66AD13 (or 0x66AD13) is known color: Christi. HEX triplet: 66, AD and 13. RGB value is (102,173,19). Sum of RGB (Red+Green+Blue) = 102+173+19=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AD13 is #9952EC. Grayscale: #868686. Windows color (decimal): -10048237 or 1289574. OLE color: 1289574.
HSL color Cylindrical-coordinate representation of color #66AD13: hue angle of 87.66º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66AD13 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 19 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.32 |
| HSL | 87.66º | 0.8% | 0.38% | - |
| HSV(B) | 87.66º | 0.89% | 0.68% | - |
| XYZ | 20.54 | 32.76 | 5.86 | - |
| YUV | 134.22 | 62.98 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 19 | 0.41 | 0 | 0.89 | 0.32 | 87.66 | 0.8 | 0.38 |
| Hex | 66 | AD | 13 | 29 | 0 | 59 | 20 | 58 | 50 | 26 |
| Octal | 146 | 255 | 23 | 51 | 0 | 131 | 40 | 130 | 120 | 46 |
| Binary | 1100110 | 10101101 | 10011 | 101001 | 0 | 1011001 | 100000 | 1011000 | 1010000 | 100110 |
Color Harmonies of #66AD13
Complementary color
Monochromatic Colors of #66AD13
Black with #66AD13
Text Example
Text Example
White with #66AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AD13; }
p { color: rgb(102,173,19); }
H1.HeaderClassName
{
color: #66AD13;
}
.AnyTagClassName
{
color: #66AD13;
}
</style>
background-color css
<style>
a { background-color: #66AD13; }
a { background-color: rgb(102,173,19); }
div.DivClassName
{
background-color: #66AD13;
}
.BgClassName
{
background-color: #66AD13;
}
</style>
border-color css
<style>
span { border-color: #66AD13; }
span { border-color: rgb(102,173,19); }
td.TdClassName
{
border-color: #66AD13;
}
.TagClassName
{
border-color: #66AD13;
}
</style>