Shades of Christi #669D18
Tints of Christi #669D18
RGB
CMYK
RGB Variations
Color information
#669D18 (or 0x669D18) is known color: Christi. HEX triplet: 66, 9D and 18. RGB value is (102,157,24). Sum of RGB (Red+Green+Blue) = 102+157+24=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #669D18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669D18 is #9962E7. Grayscale: #7D7D7D. Windows color (decimal): -10052328 or 1613158. OLE color: 1613158.
HSL color Cylindrical-coordinate representation of color #669D18: hue angle of 84.81º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #669D18 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 24 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.38 |
| HSL | 84.81º | 0.73% | 0.35% | - |
| HSV(B) | 84.81º | 0.85% | 0.62% | - |
| XYZ | 17.7 | 27 | 5.14 | - |
| YUV | 125.39 | 70.78 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 24 | 0.35 | 0 | 0.85 | 0.38 | 84.81 | 0.73 | 0.35 |
| Hex | 66 | 9D | 18 | 23 | 0 | 55 | 26 | 55 | 49 | 23 |
| Octal | 146 | 235 | 30 | 43 | 0 | 125 | 46 | 125 | 111 | 43 |
| Binary | 1100110 | 10011101 | 11000 | 100011 | 0 | 1010101 | 100110 | 1010101 | 1001001 | 100011 |
Color Harmonies of #669D18
Complementary color
Monochromatic Colors of #669D18
Black with #669D18
Text Example
Text Example
White with #669D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D18; }
p { color: rgb(102,157,24); }
H1.HeaderClassName
{
color: #669D18;
}
.AnyTagClassName
{
color: #669D18;
}
</style>
background-color css
<style>
a { background-color: #669D18; }
a { background-color: rgb(102,157,24); }
div.DivClassName
{
background-color: #669D18;
}
.BgClassName
{
background-color: #669D18;
}
</style>
border-color css
<style>
span { border-color: #669D18; }
span { border-color: rgb(102,157,24); }
td.TdClassName
{
border-color: #669D18;
}
.TagClassName
{
border-color: #669D18;
}
</style>