Shades of Christi #669C0A
Tints of Christi #669C0A
RGB
CMYK
RGB Variations
Color information
#669C0A (or 0x669C0A) is known color: Christi. HEX triplet: 66, 9C and 0A. RGB value is (102,156,10). Sum of RGB (Red+Green+Blue) = 102+156+10=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 156 (61.33% from 255 or 58.21% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 156 - color contains mainly: green. Hex color #669C0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669C0A is #9963F5. Grayscale: #7B7B7B. Windows color (decimal): -10052598 or 695398. OLE color: 695398.
HSL color Cylindrical-coordinate representation of color #669C0A: hue angle of 82.19º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #669C0A is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 10 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.39 |
| HSL | 82.19º | 0.88% | 0.33% | - |
| HSV(B) | 82.19º | 0.94% | 0.61% | - |
| XYZ | 17.42 | 26.62 | 4.51 | - |
| YUV | 123.21 | 64.11 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 10 | 0.35 | 0 | 0.94 | 0.39 | 82.19 | 0.88 | 0.33 |
| Hex | 66 | 9C | A | 23 | 0 | 5E | 27 | 52 | 58 | 21 |
| Octal | 146 | 234 | 12 | 43 | 0 | 136 | 47 | 122 | 130 | 41 |
| Binary | 1100110 | 10011100 | 1010 | 100011 | 0 | 1011110 | 100111 | 1010010 | 1011000 | 100001 |
Color Harmonies of #669C0A
Complementary color
Monochromatic Colors of #669C0A
Black with #669C0A
Text Example
Text Example
White with #669C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C0A; }
p { color: rgb(102,156,10); }
H1.HeaderClassName
{
color: #669C0A;
}
.AnyTagClassName
{
color: #669C0A;
}
</style>
background-color css
<style>
a { background-color: #669C0A; }
a { background-color: rgb(102,156,10); }
div.DivClassName
{
background-color: #669C0A;
}
.BgClassName
{
background-color: #669C0A;
}
</style>
border-color css
<style>
span { border-color: #669C0A; }
span { border-color: rgb(102,156,10); }
td.TdClassName
{
border-color: #669C0A;
}
.TagClassName
{
border-color: #669C0A;
}
</style>