Shades of Christi #669F02
Tints of Christi #669F02
RGB
CMYK
RGB Variations
Color information
#669F02 (or 0x669F02) is known color: Christi. HEX triplet: 66, 9F and 02. RGB value is (102,159,2). Sum of RGB (Red+Green+Blue) = 102+159+2=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 159 (62.5% from 255 or 60.46% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 159 - color contains mainly: green. Hex color #669F02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669F02 is #9960FD. Grayscale: #7C7C7C. Windows color (decimal): -10051838 or 171878. OLE color: 171878.
HSL color Cylindrical-coordinate representation of color #669F02: hue angle of 81.78º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #669F02 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.38 |
| HSL | 81.78º | 0.98% | 0.32% | - |
| HSV(B) | 81.78º | 0.99% | 0.62% | - |
| XYZ | 17.89 | 27.63 | 4.45 | - |
| YUV | 124.06 | 59.12 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 2 | 0.36 | 0 | 0.99 | 0.38 | 81.78 | 0.98 | 0.32 |
| Hex | 66 | 9F | 2 | 24 | 0 | 63 | 26 | 52 | 62 | 20 |
| Octal | 146 | 237 | 2 | 44 | 0 | 143 | 46 | 122 | 142 | 40 |
| Binary | 1100110 | 10011111 | 10 | 100100 | 0 | 1100011 | 100110 | 1010010 | 1100010 | 100000 |
Color Harmonies of #669F02
Complementary color
Monochromatic Colors of #669F02
Black with #669F02
Text Example
Text Example
White with #669F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F02; }
p { color: rgb(102,159,2); }
H1.HeaderClassName
{
color: #669F02;
}
.AnyTagClassName
{
color: #669F02;
}
</style>
background-color css
<style>
a { background-color: #669F02; }
a { background-color: rgb(102,159,2); }
div.DivClassName
{
background-color: #669F02;
}
.BgClassName
{
background-color: #669F02;
}
</style>
border-color css
<style>
span { border-color: #669F02; }
span { border-color: rgb(102,159,2); }
td.TdClassName
{
border-color: #669F02;
}
.TagClassName
{
border-color: #669F02;
}
</style>