Shades of Christi #66B110
Tints of Christi #66B110
RGB
CMYK
RGB Variations
Color information
#66B110 (or 0x66B110) is known color: Christi. HEX triplet: 66, B1 and 10. RGB value is (102,177,16). Sum of RGB (Red+Green+Blue) = 102+177+16=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 177 (69.53% from 255 or 60% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 177 - color contains mainly: green. Hex color #66B110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66B110 is #994EEF. Grayscale: #888888. Windows color (decimal): -10047216 or 1093990. OLE color: 1093990.
HSL color Cylindrical-coordinate representation of color #66B110: hue angle of 87.95º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66B110 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 177 | 16 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.31 |
| HSL | 87.95º | 0.83% | 0.38% | - |
| HSV(B) | 87.95º | 0.91% | 0.69% | - |
| XYZ | 21.3 | 34.31 | 5.99 | - |
| YUV | 136.22 | 60.15 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 16 | 0.42 | 0 | 0.91 | 0.31 | 87.95 | 0.83 | 0.38 |
| Hex | 66 | B1 | 10 | 2A | 0 | 5B | 1F | 58 | 53 | 26 |
| Octal | 146 | 261 | 20 | 52 | 0 | 133 | 37 | 130 | 123 | 46 |
| Binary | 1100110 | 10110001 | 10000 | 101010 | 0 | 1011011 | 11111 | 1011000 | 1010011 | 100110 |
Color Harmonies of #66B110
Complementary color
Monochromatic Colors of #66B110
Black with #66B110
Text Example
Text Example
White with #66B110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B110; }
p { color: rgb(102,177,16); }
H1.HeaderClassName
{
color: #66B110;
}
.AnyTagClassName
{
color: #66B110;
}
</style>
background-color css
<style>
a { background-color: #66B110; }
a { background-color: rgb(102,177,16); }
div.DivClassName
{
background-color: #66B110;
}
.BgClassName
{
background-color: #66B110;
}
</style>
border-color css
<style>
span { border-color: #66B110; }
span { border-color: rgb(102,177,16); }
td.TdClassName
{
border-color: #66B110;
}
.TagClassName
{
border-color: #66B110;
}
</style>