Shades of Christi #66B717
Tints of Christi #66B717
RGB
CMYK
RGB Variations
Color information
#66B717 (or 0x66B717) is known color: Christi. HEX triplet: 66, B7 and 17. RGB value is (102,183,23). Sum of RGB (Red+Green+Blue) = 102+183+23=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #66B717 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B717 is #9948E8. Grayscale: #8D8D8D. Windows color (decimal): -10045673 or 1554278. OLE color: 1554278.
HSL color Cylindrical-coordinate representation of color #66B717: hue angle of 90.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66B717 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 183 | 23 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.28 |
| HSL | 90.38º | 0.78% | 0.4% | - |
| HSV(B) | 90.38º | 0.87% | 0.72% | - |
| XYZ | 22.57 | 36.75 | 6.72 | - |
| YUV | 140.54 | 61.66 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 23 | 0.44 | 0 | 0.87 | 0.28 | 90.38 | 0.78 | 0.4 |
| Hex | 66 | B7 | 17 | 2C | 0 | 57 | 1C | 5A | 4E | 28 |
| Octal | 146 | 267 | 27 | 54 | 0 | 127 | 34 | 132 | 116 | 50 |
| Binary | 1100110 | 10110111 | 10111 | 101100 | 0 | 1010111 | 11100 | 1011010 | 1001110 | 101000 |
Color Harmonies of #66B717
Complementary color
Monochromatic Colors of #66B717
Black with #66B717
Text Example
Text Example
White with #66B717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B717; }
p { color: rgb(102,183,23); }
H1.HeaderClassName
{
color: #66B717;
}
.AnyTagClassName
{
color: #66B717;
}
</style>
background-color css
<style>
a { background-color: #66B717; }
a { background-color: rgb(102,183,23); }
div.DivClassName
{
background-color: #66B717;
}
.BgClassName
{
background-color: #66B717;
}
</style>
border-color css
<style>
span { border-color: #66B717; }
span { border-color: rgb(102,183,23); }
td.TdClassName
{
border-color: #66B717;
}
.TagClassName
{
border-color: #66B717;
}
</style>