Shades of Christi #669F00
Tints of Christi #669F00
RGB
CMYK
RGB Variations
Color information
#669F00 (or 0x669F00) is known color: Christi. HEX triplet: 66, 9F and 00. RGB value is (102,159,0). Sum of RGB (Red+Green+Blue) = 102+159+0=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 159 (62.5% from 255 or 60.92% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 159 - color contains mainly: green. Hex color #669F00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669F00 is #9960FF. Grayscale: #7C7C7C. Windows color (decimal): -10051840 or 40806. OLE color: 40806.
HSL color Cylindrical-coordinate representation of color #669F00: hue angle of 81.51º 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 #669F00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.38 |
| HSL | 81.51º | 1% | 0.31% | - |
| HSV(B) | 81.51º | 1% | 0.62% | - |
| XYZ | 17.88 | 27.62 | 4.39 | - |
| YUV | 123.83 | 58.12 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 0 | 0.36 | 0 | 1 | 0.38 | 81.51 | 1 | 0.31 |
| Hex | 66 | 9F | 0 | 24 | 0 | 64 | 26 | 52 | 64 | 1F |
| Octal | 146 | 237 | 0 | 44 | 0 | 144 | 46 | 122 | 144 | 37 |
| Binary | 1100110 | 10011111 | 0 | 100100 | 0 | 1100100 | 100110 | 1010010 | 1100100 | 11111 |
Color Harmonies of #669F00
Complementary color
Monochromatic Colors of #669F00
Black with #669F00
Text Example
Text Example
White with #669F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F00; }
p { color: rgb(102,159,0); }
H1.HeaderClassName
{
color: #669F00;
}
.AnyTagClassName
{
color: #669F00;
}
</style>
background-color css
<style>
a { background-color: #669F00; }
a { background-color: rgb(102,159,0); }
div.DivClassName
{
background-color: #669F00;
}
.BgClassName
{
background-color: #669F00;
}
</style>
border-color css
<style>
span { border-color: #669F00; }
span { border-color: rgb(102,159,0); }
td.TdClassName
{
border-color: #669F00;
}
.TagClassName
{
border-color: #669F00;
}
</style>