Shades of Christi #669F09
Tints of Christi #669F09
RGB
CMYK
RGB Variations
Color information
#669F09 (or 0x669F09) is known color: Christi. HEX triplet: 66, 9F and 09. RGB value is (102,159,9). Sum of RGB (Red+Green+Blue) = 102+159+9=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 159 (62.5% from 255 or 58.89% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 159 - color contains mainly: green. Hex color #669F09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669F09 is #9960F6. Grayscale: #7D7D7D. Windows color (decimal): -10051831 or 630630. OLE color: 630630.
HSL color Cylindrical-coordinate representation of color #669F09: hue angle of 82.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #669F09 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 9 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.38 |
| HSL | 82.8º | 0.89% | 0.33% | - |
| HSV(B) | 82.8º | 0.94% | 0.62% | - |
| XYZ | 17.93 | 27.64 | 4.65 | - |
| YUV | 124.86 | 62.62 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 9 | 0.36 | 0 | 0.94 | 0.38 | 82.8 | 0.89 | 0.33 |
| Hex | 66 | 9F | 9 | 24 | 0 | 5E | 26 | 53 | 59 | 21 |
| Octal | 146 | 237 | 11 | 44 | 0 | 136 | 46 | 123 | 131 | 41 |
| Binary | 1100110 | 10011111 | 1001 | 100100 | 0 | 1011110 | 100110 | 1010011 | 1011001 | 100001 |
Color Harmonies of #669F09
Complementary color
Monochromatic Colors of #669F09
Black with #669F09
Text Example
Text Example
White with #669F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F09; }
p { color: rgb(102,159,9); }
H1.HeaderClassName
{
color: #669F09;
}
.AnyTagClassName
{
color: #669F09;
}
</style>
background-color css
<style>
a { background-color: #669F09; }
a { background-color: rgb(102,159,9); }
div.DivClassName
{
background-color: #669F09;
}
.BgClassName
{
background-color: #669F09;
}
</style>
border-color css
<style>
span { border-color: #669F09; }
span { border-color: rgb(102,159,9); }
td.TdClassName
{
border-color: #669F09;
}
.TagClassName
{
border-color: #669F09;
}
</style>