Shades of Christi #66B410
Tints of Christi #66B410
RGB
CMYK
RGB Variations
Color information
#66B410 (or 0x66B410) is known color: Christi. HEX triplet: 66, B4 and 10. RGB value is (102,180,16). Sum of RGB (Red+Green+Blue) = 102+180+16=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 180 (70.70% from 255 or 60.40% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 180 - color contains mainly: green. Hex color #66B410 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B410 is #994BEF. Grayscale: #8A8A8A. Windows color (decimal): -10046448 or 1094758. OLE color: 1094758.
HSL color Cylindrical-coordinate representation of color #66B410: hue angle of 88.54º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66B410 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 180 | 16 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.29 |
| HSL | 88.54º | 0.84% | 0.38% | - |
| HSV(B) | 88.54º | 0.91% | 0.71% | - |
| XYZ | 21.89 | 35.5 | 6.19 | - |
| YUV | 137.98 | 59.16 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 16 | 0.43 | 0 | 0.91 | 0.29 | 88.54 | 0.84 | 0.38 |
| Hex | 66 | B4 | 10 | 2B | 0 | 5B | 1D | 59 | 54 | 26 |
| Octal | 146 | 264 | 20 | 53 | 0 | 133 | 35 | 131 | 124 | 46 |
| Binary | 1100110 | 10110100 | 10000 | 101011 | 0 | 1011011 | 11101 | 1011001 | 1010100 | 100110 |
Color Harmonies of #66B410
Complementary color
Monochromatic Colors of #66B410
Black with #66B410
Text Example
Text Example
White with #66B410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B410; }
p { color: rgb(102,180,16); }
H1.HeaderClassName
{
color: #66B410;
}
.AnyTagClassName
{
color: #66B410;
}
</style>
background-color css
<style>
a { background-color: #66B410; }
a { background-color: rgb(102,180,16); }
div.DivClassName
{
background-color: #66B410;
}
.BgClassName
{
background-color: #66B410;
}
</style>
border-color css
<style>
span { border-color: #66B410; }
span { border-color: rgb(102,180,16); }
td.TdClassName
{
border-color: #66B410;
}
.TagClassName
{
border-color: #66B410;
}
</style>