Shades of Christi #66A703
Tints of Christi #66A703
RGB
CMYK
RGB Variations
Color information
#66A703 (or 0x66A703) is known color: Christi. HEX triplet: 66, A7 and 03. RGB value is (102,167,3). Sum of RGB (Red+Green+Blue) = 102+167+3=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 167 (65.62% from 255 or 61.40% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 167 - color contains mainly: green. Hex color #66A703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A703 is #9958FC. Grayscale: #818181. Windows color (decimal): -10049789 or 239462. OLE color: 239462.
HSL color Cylindrical-coordinate representation of color #66A703: hue angle of 83.78º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66A703 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 167 | 3 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.35 |
| HSL | 83.78º | 0.96% | 0.33% | - |
| HSV(B) | 83.78º | 0.98% | 0.65% | - |
| XYZ | 19.31 | 30.47 | 4.95 | - |
| YUV | 128.87 | 56.97 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 167 | 3 | 0.39 | 0 | 0.98 | 0.35 | 83.78 | 0.96 | 0.33 |
| Hex | 66 | A7 | 3 | 27 | 0 | 62 | 23 | 54 | 60 | 21 |
| Octal | 146 | 247 | 3 | 47 | 0 | 142 | 43 | 124 | 140 | 41 |
| Binary | 1100110 | 10100111 | 11 | 100111 | 0 | 1100010 | 100011 | 1010100 | 1100000 | 100001 |
Color Harmonies of #66A703
Complementary color
Monochromatic Colors of #66A703
Black with #66A703
Text Example
Text Example
White with #66A703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A703; }
p { color: rgb(102,167,3); }
H1.HeaderClassName
{
color: #66A703;
}
.AnyTagClassName
{
color: #66A703;
}
</style>
background-color css
<style>
a { background-color: #66A703; }
a { background-color: rgb(102,167,3); }
div.DivClassName
{
background-color: #66A703;
}
.BgClassName
{
background-color: #66A703;
}
</style>
border-color css
<style>
span { border-color: #66A703; }
span { border-color: rgb(102,167,3); }
td.TdClassName
{
border-color: #66A703;
}
.TagClassName
{
border-color: #66A703;
}
</style>