Shades of Christi #669B17
Tints of Christi #669B17
RGB
CMYK
RGB Variations
Color information
#669B17 (or 0x669B17) is known color: Christi. HEX triplet: 66, 9B and 17. RGB value is (102,155,23). Sum of RGB (Red+Green+Blue) = 102+155+23=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #669B17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669B17 is #9964E8. Grayscale: #7C7C7C. Windows color (decimal): -10052841 or 1547110. OLE color: 1547110.
HSL color Cylindrical-coordinate representation of color #669B17: hue angle of 84.09º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #669B17 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 23 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.39 |
| HSL | 84.09º | 0.74% | 0.35% | - |
| HSV(B) | 84.09º | 0.85% | 0.61% | - |
| XYZ | 17.36 | 26.33 | 4.98 | - |
| YUV | 124.11 | 70.94 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 23 | 0.34 | 0 | 0.85 | 0.39 | 84.09 | 0.74 | 0.35 |
| Hex | 66 | 9B | 17 | 22 | 0 | 55 | 27 | 54 | 4A | 23 |
| Octal | 146 | 233 | 27 | 42 | 0 | 125 | 47 | 124 | 112 | 43 |
| Binary | 1100110 | 10011011 | 10111 | 100010 | 0 | 1010101 | 100111 | 1010100 | 1001010 | 100011 |
Color Harmonies of #669B17
Complementary color
Monochromatic Colors of #669B17
Black with #669B17
Text Example
Text Example
White with #669B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B17; }
p { color: rgb(102,155,23); }
H1.HeaderClassName
{
color: #669B17;
}
.AnyTagClassName
{
color: #669B17;
}
</style>
background-color css
<style>
a { background-color: #669B17; }
a { background-color: rgb(102,155,23); }
div.DivClassName
{
background-color: #669B17;
}
.BgClassName
{
background-color: #669B17;
}
</style>
border-color css
<style>
span { border-color: #669B17; }
span { border-color: rgb(102,155,23); }
td.TdClassName
{
border-color: #669B17;
}
.TagClassName
{
border-color: #669B17;
}
</style>