Shades of Christi #66A70B
Tints of Christi #66A70B
RGB
CMYK
RGB Variations
Color information
#66A70B (or 0x66A70B) is known color: Christi. HEX triplet: 66, A7 and 0B. RGB value is (102,167,11). Sum of RGB (Red+Green+Blue) = 102+167+11=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 167 (65.62% from 255 or 59.64% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 167 - color contains mainly: green. Hex color #66A70B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A70B is #9958F4. Grayscale: #828282. Windows color (decimal): -10049781 or 763750. OLE color: 763750.
HSL color Cylindrical-coordinate representation of color #66A70B: hue angle of 85º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66A70B is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 167 | 11 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.35 |
| HSL | 85º | 0.88% | 0.35% | - |
| HSV(B) | 85º | 0.93% | 0.65% | - |
| XYZ | 19.36 | 30.49 | 5.18 | - |
| YUV | 129.78 | 60.97 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 167 | 11 | 0.39 | 0 | 0.93 | 0.35 | 85 | 0.88 | 0.35 |
| Hex | 66 | A7 | B | 27 | 0 | 5D | 23 | 55 | 58 | 23 |
| Octal | 146 | 247 | 13 | 47 | 0 | 135 | 43 | 125 | 130 | 43 |
| Binary | 1100110 | 10100111 | 1011 | 100111 | 0 | 1011101 | 100011 | 1010101 | 1011000 | 100011 |
Color Harmonies of #66A70B
Complementary color
Monochromatic Colors of #66A70B
Black with #66A70B
Text Example
Text Example
White with #66A70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A70B; }
p { color: rgb(102,167,11); }
H1.HeaderClassName
{
color: #66A70B;
}
.AnyTagClassName
{
color: #66A70B;
}
</style>
background-color css
<style>
a { background-color: #66A70B; }
a { background-color: rgb(102,167,11); }
div.DivClassName
{
background-color: #66A70B;
}
.BgClassName
{
background-color: #66A70B;
}
</style>
border-color css
<style>
span { border-color: #66A70B; }
span { border-color: rgb(102,167,11); }
td.TdClassName
{
border-color: #66A70B;
}
.TagClassName
{
border-color: #66A70B;
}
</style>