Shades of Christi #669A11
Tints of Christi #669A11
RGB
CMYK
RGB Variations
Color information
#669A11 (or 0x669A11) is known color: Christi. HEX triplet: 66, 9A and 11. RGB value is (102,154,17). Sum of RGB (Red+Green+Blue) = 102+154+17=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 154 (60.55% from 255 or 56.41% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 154 - color contains mainly: green. Hex color #669A11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669A11 is #9965EE. Grayscale: #7B7B7B. Windows color (decimal): -10053103 or 1153638. OLE color: 1153638.
HSL color Cylindrical-coordinate representation of color #669A11: hue angle of 82.77º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #669A11 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 154 | 17 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.40 |
| HSL | 82.77º | 0.8% | 0.34% | - |
| HSV(B) | 82.77º | 0.89% | 0.6% | - |
| XYZ | 17.14 | 25.98 | 4.64 | - |
| YUV | 122.83 | 68.27 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 17 | 0.34 | 0 | 0.89 | 0.40 | 82.77 | 0.8 | 0.34 |
| Hex | 66 | 9A | 11 | 22 | 0 | 59 | 28 | 53 | 50 | 22 |
| Octal | 146 | 232 | 21 | 42 | 0 | 131 | 50 | 123 | 120 | 42 |
| Binary | 1100110 | 10011010 | 10001 | 100010 | 0 | 1011001 | 101000 | 1010011 | 1010000 | 100010 |
Color Harmonies of #669A11
Complementary color
Monochromatic Colors of #669A11
Black with #669A11
Text Example
Text Example
White with #669A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669A11; }
p { color: rgb(102,154,17); }
H1.HeaderClassName
{
color: #669A11;
}
.AnyTagClassName
{
color: #669A11;
}
</style>
background-color css
<style>
a { background-color: #669A11; }
a { background-color: rgb(102,154,17); }
div.DivClassName
{
background-color: #669A11;
}
.BgClassName
{
background-color: #669A11;
}
</style>
border-color css
<style>
span { border-color: #669A11; }
span { border-color: rgb(102,154,17); }
td.TdClassName
{
border-color: #669A11;
}
.TagClassName
{
border-color: #669A11;
}
</style>