Shades of Christi #66AD06
Tints of Christi #66AD06
RGB
CMYK
RGB Variations
Color information
#66AD06 (or 0x66AD06) is known color: Christi. HEX triplet: 66, AD and 06. RGB value is (102,173,6). Sum of RGB (Red+Green+Blue) = 102+173+6=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AD06 is #9952F9. Grayscale: #858585. Windows color (decimal): -10048250 or 437606. OLE color: 437606.
HSL color Cylindrical-coordinate representation of color #66AD06: hue angle of 85.51º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66AD06 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 6 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.32 |
| HSL | 85.51º | 0.93% | 0.35% | - |
| HSV(B) | 85.51º | 0.97% | 0.68% | - |
| XYZ | 20.46 | 32.73 | 5.41 | - |
| YUV | 132.73 | 56.48 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 6 | 0.41 | 0 | 0.97 | 0.32 | 85.51 | 0.93 | 0.35 |
| Hex | 66 | AD | 6 | 29 | 0 | 61 | 20 | 56 | 5D | 23 |
| Octal | 146 | 255 | 6 | 51 | 0 | 141 | 40 | 126 | 135 | 43 |
| Binary | 1100110 | 10101101 | 110 | 101001 | 0 | 1100001 | 100000 | 1010110 | 1011101 | 100011 |
Color Harmonies of #66AD06
Complementary color
Monochromatic Colors of #66AD06
Black with #66AD06
Text Example
Text Example
White with #66AD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AD06; }
p { color: rgb(102,173,6); }
H1.HeaderClassName
{
color: #66AD06;
}
.AnyTagClassName
{
color: #66AD06;
}
</style>
background-color css
<style>
a { background-color: #66AD06; }
a { background-color: rgb(102,173,6); }
div.DivClassName
{
background-color: #66AD06;
}
.BgClassName
{
background-color: #66AD06;
}
</style>
border-color css
<style>
span { border-color: #66AD06; }
span { border-color: rgb(102,173,6); }
td.TdClassName
{
border-color: #66AD06;
}
.TagClassName
{
border-color: #66AD06;
}
</style>