Shades of Christi #66B113
Tints of Christi #66B113
RGB
CMYK
RGB Variations
Color information
#66B113 (or 0x66B113) is known color: Christi. HEX triplet: 66, B1 and 13. RGB value is (102,177,19). Sum of RGB (Red+Green+Blue) = 102+177+19=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 177 (69.53% from 255 or 59.40% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 177 - color contains mainly: green. Hex color #66B113 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66B113 is #994EEC. Grayscale: #898989. Windows color (decimal): -10047213 or 1290598. OLE color: 1290598.
HSL color Cylindrical-coordinate representation of color #66B113: hue angle of 88.48º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66B113 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 177 | 19 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.31 |
| HSL | 88.48º | 0.81% | 0.38% | - |
| HSV(B) | 88.48º | 0.89% | 0.69% | - |
| XYZ | 21.32 | 34.32 | 6.12 | - |
| YUV | 136.56 | 61.65 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 19 | 0.42 | 0 | 0.89 | 0.31 | 88.48 | 0.81 | 0.38 |
| Hex | 66 | B1 | 13 | 2A | 0 | 59 | 1F | 58 | 51 | 26 |
| Octal | 146 | 261 | 23 | 52 | 0 | 131 | 37 | 130 | 121 | 46 |
| Binary | 1100110 | 10110001 | 10011 | 101010 | 0 | 1011001 | 11111 | 1011000 | 1010001 | 100110 |
Color Harmonies of #66B113
Complementary color
Monochromatic Colors of #66B113
Black with #66B113
Text Example
Text Example
White with #66B113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B113; }
p { color: rgb(102,177,19); }
H1.HeaderClassName
{
color: #66B113;
}
.AnyTagClassName
{
color: #66B113;
}
</style>
background-color css
<style>
a { background-color: #66B113; }
a { background-color: rgb(102,177,19); }
div.DivClassName
{
background-color: #66B113;
}
.BgClassName
{
background-color: #66B113;
}
</style>
border-color css
<style>
span { border-color: #66B113; }
span { border-color: rgb(102,177,19); }
td.TdClassName
{
border-color: #66B113;
}
.TagClassName
{
border-color: #66B113;
}
</style>