Shades of Christi #66B506
Tints of Christi #66B506
RGB
CMYK
RGB Variations
Color information
#66B506 (or 0x66B506) is known color: Christi. HEX triplet: 66, B5 and 06. RGB value is (102,181,6). Sum of RGB (Red+Green+Blue) = 102+181+6=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 181 (71.09% from 255 or 62.63% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 181 - color contains mainly: green. Hex color #66B506 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B506 is #994AF9. Grayscale: #8A8A8A. Windows color (decimal): -10046202 or 439654. OLE color: 439654.
HSL color Cylindrical-coordinate representation of color #66B506: hue angle of 87.09º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66B506 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 181 | 6 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.29 |
| HSL | 87.09º | 0.94% | 0.37% | - |
| HSV(B) | 87.09º | 0.97% | 0.71% | - |
| XYZ | 22.04 | 35.89 | 5.94 | - |
| YUV | 137.43 | 53.83 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 181 | 6 | 0.44 | 0 | 0.97 | 0.29 | 87.09 | 0.94 | 0.37 |
| Hex | 66 | B5 | 6 | 2C | 0 | 61 | 1D | 57 | 5E | 25 |
| Octal | 146 | 265 | 6 | 54 | 0 | 141 | 35 | 127 | 136 | 45 |
| Binary | 1100110 | 10110101 | 110 | 101100 | 0 | 1100001 | 11101 | 1010111 | 1011110 | 100101 |
Color Harmonies of #66B506
Complementary color
Monochromatic Colors of #66B506
Black with #66B506
Text Example
Text Example
White with #66B506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B506; }
p { color: rgb(102,181,6); }
H1.HeaderClassName
{
color: #66B506;
}
.AnyTagClassName
{
color: #66B506;
}
</style>
background-color css
<style>
a { background-color: #66B506; }
a { background-color: rgb(102,181,6); }
div.DivClassName
{
background-color: #66B506;
}
.BgClassName
{
background-color: #66B506;
}
</style>
border-color css
<style>
span { border-color: #66B506; }
span { border-color: rgb(102,181,6); }
td.TdClassName
{
border-color: #66B506;
}
.TagClassName
{
border-color: #66B506;
}
</style>