Shades of Christi #66BB07
Tints of Christi #66BB07
RGB
CMYK
RGB Variations
Color information
#66BB07 (or 0x66BB07) is known color: Christi. HEX triplet: 66, BB and 07. RGB value is (102,187,7). Sum of RGB (Red+Green+Blue) = 102+187+7=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 187 (73.44% from 255 or 63.18% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66BB07 is #9944F8. Grayscale: #8D8D8D. Windows color (decimal): -10044665 or 506726. OLE color: 506726.
HSL color Cylindrical-coordinate representation of color #66BB07: hue angle of 88.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66BB07 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 187 | 7 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.27 |
| HSL | 88.33º | 0.93% | 0.38% | - |
| HSV(B) | 88.33º | 0.96% | 0.73% | - |
| XYZ | 23.29 | 38.38 | 6.38 | - |
| YUV | 141.07 | 52.34 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 7 | 0.45 | 0 | 0.96 | 0.27 | 88.33 | 0.93 | 0.38 |
| Hex | 66 | BB | 7 | 2D | 0 | 60 | 1B | 58 | 5D | 26 |
| Octal | 146 | 273 | 7 | 55 | 0 | 140 | 33 | 130 | 135 | 46 |
| Binary | 1100110 | 10111011 | 111 | 101101 | 0 | 1100000 | 11011 | 1011000 | 1011101 | 100110 |
Color Harmonies of #66BB07
Complementary color
Monochromatic Colors of #66BB07
Black with #66BB07
Text Example
Text Example
White with #66BB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BB07; }
p { color: rgb(102,187,7); }
H1.HeaderClassName
{
color: #66BB07;
}
.AnyTagClassName
{
color: #66BB07;
}
</style>
background-color css
<style>
a { background-color: #66BB07; }
a { background-color: rgb(102,187,7); }
div.DivClassName
{
background-color: #66BB07;
}
.BgClassName
{
background-color: #66BB07;
}
</style>
border-color css
<style>
span { border-color: #66BB07; }
span { border-color: rgb(102,187,7); }
td.TdClassName
{
border-color: #66BB07;
}
.TagClassName
{
border-color: #66BB07;
}
</style>