Shades of Christi #669D12
Tints of Christi #669D12
RGB
CMYK
RGB Variations
Color information
#669D12 (or 0x669D12) is known color: Christi. HEX triplet: 66, 9D and 12. RGB value is (102,157,18). Sum of RGB (Red+Green+Blue) = 102+157+18=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 157 (61.72% from 255 or 56.68% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 157 - color contains mainly: green. Hex color #669D12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669D12 is #9962ED. Grayscale: #7D7D7D. Windows color (decimal): -10052334 or 1219942. OLE color: 1219942.
HSL color Cylindrical-coordinate representation of color #669D12: hue angle of 83.74º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #669D12 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 18 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.38 |
| HSL | 83.74º | 0.79% | 0.34% | - |
| HSV(B) | 83.74º | 0.89% | 0.62% | - |
| XYZ | 17.65 | 26.98 | 4.85 | - |
| YUV | 124.71 | 67.78 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 18 | 0.35 | 0 | 0.89 | 0.38 | 83.74 | 0.79 | 0.34 |
| Hex | 66 | 9D | 12 | 23 | 0 | 59 | 26 | 54 | 4F | 22 |
| Octal | 146 | 235 | 22 | 43 | 0 | 131 | 46 | 124 | 117 | 42 |
| Binary | 1100110 | 10011101 | 10010 | 100011 | 0 | 1011001 | 100110 | 1010100 | 1001111 | 100010 |
Color Harmonies of #669D12
Complementary color
Monochromatic Colors of #669D12
Black with #669D12
Text Example
Text Example
White with #669D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D12; }
p { color: rgb(102,157,18); }
H1.HeaderClassName
{
color: #669D12;
}
.AnyTagClassName
{
color: #669D12;
}
</style>
background-color css
<style>
a { background-color: #669D12; }
a { background-color: rgb(102,157,18); }
div.DivClassName
{
background-color: #669D12;
}
.BgClassName
{
background-color: #669D12;
}
</style>
border-color css
<style>
span { border-color: #669D12; }
span { border-color: rgb(102,157,18); }
td.TdClassName
{
border-color: #669D12;
}
.TagClassName
{
border-color: #669D12;
}
</style>