Shades of Christi #66B71B
Tints of Christi #66B71B
RGB
CMYK
RGB Variations
Color information
#66B71B (or 0x66B71B) is known color: Christi. HEX triplet: 66, B7 and 1B. RGB value is (102,183,27). Sum of RGB (Red+Green+Blue) = 102+183+27=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 183 (71.88% from 255 or 58.65% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 183 - color contains mainly: green. Hex color #66B71B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B71B is #9948E4. Grayscale: #8D8D8D. Windows color (decimal): -10045669 or 1816422. OLE color: 1816422.
HSL color Cylindrical-coordinate representation of color #66B71B: hue angle of 91.15º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66B71B is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 183 | 27 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.28 |
| HSL | 91.15º | 0.74% | 0.41% | - |
| HSV(B) | 91.15º | 0.85% | 0.72% | - |
| XYZ | 22.61 | 36.77 | 6.94 | - |
| YUV | 141 | 63.66 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 27 | 0.44 | 0 | 0.85 | 0.28 | 91.15 | 0.74 | 0.41 |
| Hex | 66 | B7 | 1B | 2C | 0 | 55 | 1C | 5B | 4A | 29 |
| Octal | 146 | 267 | 33 | 54 | 0 | 125 | 34 | 133 | 112 | 51 |
| Binary | 1100110 | 10110111 | 11011 | 101100 | 0 | 1010101 | 11100 | 1011011 | 1001010 | 101001 |
Color Harmonies of #66B71B
Complementary color
Monochromatic Colors of #66B71B
Black with #66B71B
Text Example
Text Example
White with #66B71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B71B; }
p { color: rgb(102,183,27); }
H1.HeaderClassName
{
color: #66B71B;
}
.AnyTagClassName
{
color: #66B71B;
}
</style>
background-color css
<style>
a { background-color: #66B71B; }
a { background-color: rgb(102,183,27); }
div.DivClassName
{
background-color: #66B71B;
}
.BgClassName
{
background-color: #66B71B;
}
</style>
border-color css
<style>
span { border-color: #66B71B; }
span { border-color: rgb(102,183,27); }
td.TdClassName
{
border-color: #66B71B;
}
.TagClassName
{
border-color: #66B71B;
}
</style>