Shades of Christi #66B328
Tints of Christi #66B328
RGB
CMYK
RGB Variations
Color information
#66B328 (or 0x66B328) is known color: Christi. HEX triplet: 66, B3 and 28. RGB value is (102,179,40). Sum of RGB (Red+Green+Blue) = 102+179+40=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #66B328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B328 is #994CD7. Grayscale: #8C8C8C. Windows color (decimal): -10046680 or 2667366. OLE color: 2667366.
HSL color Cylindrical-coordinate representation of color #66B328: hue angle of 93.24º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66B328 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 179 | 40 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.30 |
| HSL | 93.24º | 0.63% | 0.43% | - |
| HSV(B) | 93.24º | 0.78% | 0.7% | - |
| XYZ | 21.98 | 35.22 | 7.65 | - |
| YUV | 140.13 | 71.49 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 179 | 40 | 0.43 | 0 | 0.78 | 0.30 | 93.24 | 0.63 | 0.43 |
| Hex | 66 | B3 | 28 | 2B | 0 | 4E | 1E | 5D | 3F | 2B |
| Octal | 146 | 263 | 50 | 53 | 0 | 116 | 36 | 135 | 77 | 53 |
| Binary | 1100110 | 10110011 | 101000 | 101011 | 0 | 1001110 | 11110 | 1011101 | 111111 | 101011 |
Color Harmonies of #66B328
Complementary color
Monochromatic Colors of #66B328
Black with #66B328
Text Example
Text Example
White with #66B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B328; }
p { color: rgb(102,179,40); }
H1.HeaderClassName
{
color: #66B328;
}
.AnyTagClassName
{
color: #66B328;
}
</style>
background-color css
<style>
a { background-color: #66B328; }
a { background-color: rgb(102,179,40); }
div.DivClassName
{
background-color: #66B328;
}
.BgClassName
{
background-color: #66B328;
}
</style>
border-color css
<style>
span { border-color: #66B328; }
span { border-color: rgb(102,179,40); }
td.TdClassName
{
border-color: #66B328;
}
.TagClassName
{
border-color: #66B328;
}
</style>