Shades of Christi #66A206
Tints of Christi #66A206
RGB
CMYK
RGB Variations
Color information
#66A206 (or 0x66A206) is known color: Christi. HEX triplet: 66, A2 and 06. RGB value is (102,162,6). Sum of RGB (Red+Green+Blue) = 102+162+6=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 162 (63.67% from 255 or 60% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 162 - color contains mainly: green. Hex color #66A206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A206 is #995DF9. Grayscale: #7E7E7E. Windows color (decimal): -10051066 or 434790. OLE color: 434790.
HSL color Cylindrical-coordinate representation of color #66A206: hue angle of 83.08º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66A206 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 162 | 6 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.36 |
| HSL | 83.08º | 0.93% | 0.33% | - |
| HSV(B) | 83.08º | 0.96% | 0.64% | - |
| XYZ | 18.43 | 28.68 | 4.74 | - |
| YUV | 126.28 | 60.12 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 6 | 0.37 | 0 | 0.96 | 0.36 | 83.08 | 0.93 | 0.33 |
| Hex | 66 | A2 | 6 | 25 | 0 | 60 | 24 | 53 | 5D | 21 |
| Octal | 146 | 242 | 6 | 45 | 0 | 140 | 44 | 123 | 135 | 41 |
| Binary | 1100110 | 10100010 | 110 | 100101 | 0 | 1100000 | 100100 | 1010011 | 1011101 | 100001 |
Color Harmonies of #66A206
Complementary color
Monochromatic Colors of #66A206
Black with #66A206
Text Example
Text Example
White with #66A206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A206; }
p { color: rgb(102,162,6); }
H1.HeaderClassName
{
color: #66A206;
}
.AnyTagClassName
{
color: #66A206;
}
</style>
background-color css
<style>
a { background-color: #66A206; }
a { background-color: rgb(102,162,6); }
div.DivClassName
{
background-color: #66A206;
}
.BgClassName
{
background-color: #66A206;
}
</style>
border-color css
<style>
span { border-color: #66A206; }
span { border-color: rgb(102,162,6); }
td.TdClassName
{
border-color: #66A206;
}
.TagClassName
{
border-color: #66A206;
}
</style>