Shades of Christi #669D00
Tints of Christi #669D00
RGB
CMYK
RGB Variations
Color information
#669D00 (or 0x669D00) is known color: Christi. HEX triplet: 66, 9D and 00. RGB value is (102,157,0). Sum of RGB (Red+Green+Blue) = 102+157+0=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 157 (61.72% from 255 or 60.62% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 157 - color contains mainly: green. Hex color #669D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669D00 is #9962FF. Grayscale: #7B7B7B. Windows color (decimal): -10052352 or 40294. OLE color: 40294.
HSL color Cylindrical-coordinate representation of color #669D00: hue angle of 81.02º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #669D00 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.38 |
| HSL | 81.02º | 1% | 0.31% | - |
| HSV(B) | 81.02º | 1% | 0.62% | - |
| XYZ | 17.54 | 26.94 | 4.28 | - |
| YUV | 122.66 | 58.78 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 0 | 0.35 | 0 | 1 | 0.38 | 81.02 | 1 | 0.31 |
| Hex | 66 | 9D | 0 | 23 | 0 | 64 | 26 | 51 | 64 | 1F |
| Octal | 146 | 235 | 0 | 43 | 0 | 144 | 46 | 121 | 144 | 37 |
| Binary | 1100110 | 10011101 | 0 | 100011 | 0 | 1100100 | 100110 | 1010001 | 1100100 | 11111 |
Color Harmonies of #669D00
Complementary color
Monochromatic Colors of #669D00
Black with #669D00
Text Example
Text Example
White with #669D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D00; }
p { color: rgb(102,157,0); }
H1.HeaderClassName
{
color: #669D00;
}
.AnyTagClassName
{
color: #669D00;
}
</style>
background-color css
<style>
a { background-color: #669D00; }
a { background-color: rgb(102,157,0); }
div.DivClassName
{
background-color: #669D00;
}
.BgClassName
{
background-color: #669D00;
}
</style>
border-color css
<style>
span { border-color: #669D00; }
span { border-color: rgb(102,157,0); }
td.TdClassName
{
border-color: #669D00;
}
.TagClassName
{
border-color: #669D00;
}
</style>