Shades of Christi #669B0A
Tints of Christi #669B0A
RGB
CMYK
RGB Variations
Color information
#669B0A (or 0x669B0A) is known color: Christi. HEX triplet: 66, 9B and 0A. RGB value is (102,155,10). Sum of RGB (Red+Green+Blue) = 102+155+10=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 155 (60.94% from 255 or 58.05% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 155 - color contains mainly: green. Hex color #669B0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669B0A is #9964F5. Grayscale: #7B7B7B. Windows color (decimal): -10052854 or 695142. OLE color: 695142.
HSL color Cylindrical-coordinate representation of color #669B0A: hue angle of 81.93º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #669B0A is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 10 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.39 |
| HSL | 81.93º | 0.88% | 0.32% | - |
| HSV(B) | 81.93º | 0.94% | 0.61% | - |
| XYZ | 17.26 | 26.29 | 4.45 | - |
| YUV | 122.62 | 64.44 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 10 | 0.34 | 0 | 0.94 | 0.39 | 81.93 | 0.88 | 0.32 |
| Hex | 66 | 9B | A | 22 | 0 | 5E | 27 | 52 | 58 | 20 |
| Octal | 146 | 233 | 12 | 42 | 0 | 136 | 47 | 122 | 130 | 40 |
| Binary | 1100110 | 10011011 | 1010 | 100010 | 0 | 1011110 | 100111 | 1010010 | 1011000 | 100000 |
Color Harmonies of #669B0A
Complementary color
Monochromatic Colors of #669B0A
Black with #669B0A
Text Example
Text Example
White with #669B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B0A; }
p { color: rgb(102,155,10); }
H1.HeaderClassName
{
color: #669B0A;
}
.AnyTagClassName
{
color: #669B0A;
}
</style>
background-color css
<style>
a { background-color: #669B0A; }
a { background-color: rgb(102,155,10); }
div.DivClassName
{
background-color: #669B0A;
}
.BgClassName
{
background-color: #669B0A;
}
</style>
border-color css
<style>
span { border-color: #669B0A; }
span { border-color: rgb(102,155,10); }
td.TdClassName
{
border-color: #669B0A;
}
.TagClassName
{
border-color: #669B0A;
}
</style>