Shades of Christi #66B413
Tints of Christi #66B413
RGB
CMYK
RGB Variations
Color information
#66B413 (or 0x66B413) is known color: Christi. HEX triplet: 66, B4 and 13. RGB value is (102,180,19). Sum of RGB (Red+Green+Blue) = 102+180+19=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #66B413 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B413 is #994BEC. Grayscale: #8A8A8A. Windows color (decimal): -10046445 or 1291366. OLE color: 1291366.
HSL color Cylindrical-coordinate representation of color #66B413: hue angle of 89.07º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66B413 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 180 | 19 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.29 |
| HSL | 89.07º | 0.81% | 0.39% | - |
| HSV(B) | 89.07º | 0.89% | 0.71% | - |
| XYZ | 21.92 | 35.51 | 6.32 | - |
| YUV | 138.32 | 60.66 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 19 | 0.43 | 0 | 0.89 | 0.29 | 89.07 | 0.81 | 0.39 |
| Hex | 66 | B4 | 13 | 2B | 0 | 59 | 1D | 59 | 51 | 27 |
| Octal | 146 | 264 | 23 | 53 | 0 | 131 | 35 | 131 | 121 | 47 |
| Binary | 1100110 | 10110100 | 10011 | 101011 | 0 | 1011001 | 11101 | 1011001 | 1010001 | 100111 |
Color Harmonies of #66B413
Complementary color
Monochromatic Colors of #66B413
Black with #66B413
Text Example
Text Example
White with #66B413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B413; }
p { color: rgb(102,180,19); }
H1.HeaderClassName
{
color: #66B413;
}
.AnyTagClassName
{
color: #66B413;
}
</style>
background-color css
<style>
a { background-color: #66B413; }
a { background-color: rgb(102,180,19); }
div.DivClassName
{
background-color: #66B413;
}
.BgClassName
{
background-color: #66B413;
}
</style>
border-color css
<style>
span { border-color: #66B413; }
span { border-color: rgb(102,180,19); }
td.TdClassName
{
border-color: #66B413;
}
.TagClassName
{
border-color: #66B413;
}
</style>