Shades of Christi #66B619
Tints of Christi #66B619
RGB
CMYK
RGB Variations
Color information
#66B619 (or 0x66B619) is known color: Christi. HEX triplet: 66, B6 and 19. RGB value is (102,182,25). Sum of RGB (Red+Green+Blue) = 102+182+25=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 182 (71.48% from 255 or 58.90% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 182 - color contains mainly: green. Hex color #66B619 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B619 is #9949E6. Grayscale: #8C8C8C. Windows color (decimal): -10045927 or 1685094. OLE color: 1685094.
HSL color Cylindrical-coordinate representation of color #66B619: hue angle of 90.57º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66B619 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 182 | 25 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.29 |
| HSL | 90.57º | 0.76% | 0.41% | - |
| HSV(B) | 90.57º | 0.86% | 0.71% | - |
| XYZ | 22.38 | 36.35 | 6.76 | - |
| YUV | 140.18 | 63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 182 | 25 | 0.44 | 0 | 0.86 | 0.29 | 90.57 | 0.76 | 0.41 |
| Hex | 66 | B6 | 19 | 2C | 0 | 56 | 1D | 5B | 4C | 29 |
| Octal | 146 | 266 | 31 | 54 | 0 | 126 | 35 | 133 | 114 | 51 |
| Binary | 1100110 | 10110110 | 11001 | 101100 | 0 | 1010110 | 11101 | 1011011 | 1001100 | 101001 |
Color Harmonies of #66B619
Complementary color
Monochromatic Colors of #66B619
Black with #66B619
Text Example
Text Example
White with #66B619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B619; }
p { color: rgb(102,182,25); }
H1.HeaderClassName
{
color: #66B619;
}
.AnyTagClassName
{
color: #66B619;
}
</style>
background-color css
<style>
a { background-color: #66B619; }
a { background-color: rgb(102,182,25); }
div.DivClassName
{
background-color: #66B619;
}
.BgClassName
{
background-color: #66B619;
}
</style>
border-color css
<style>
span { border-color: #66B619; }
span { border-color: rgb(102,182,25); }
td.TdClassName
{
border-color: #66B619;
}
.TagClassName
{
border-color: #66B619;
}
</style>