Shades of Christi #669C08
Tints of Christi #669C08
RGB
CMYK
RGB Variations
Color information
#669C08 (or 0x669C08) is known color: Christi. HEX triplet: 66, 9C and 08. RGB value is (102,156,8). Sum of RGB (Red+Green+Blue) = 102+156+8=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 156 (61.33% from 255 or 58.65% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 156 - color contains mainly: green. Hex color #669C08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669C08 is #9963F7. Grayscale: #7B7B7B. Windows color (decimal): -10052600 or 564326. OLE color: 564326.
HSL color Cylindrical-coordinate representation of color #669C08: hue angle of 81.89º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #669C08 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 8 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.39 |
| HSL | 81.89º | 0.9% | 0.32% | - |
| HSV(B) | 81.89º | 0.95% | 0.61% | - |
| XYZ | 17.41 | 26.62 | 4.45 | - |
| YUV | 122.98 | 63.11 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 8 | 0.35 | 0 | 0.95 | 0.39 | 81.89 | 0.9 | 0.32 |
| Hex | 66 | 9C | 8 | 23 | 0 | 5F | 27 | 52 | 5A | 20 |
| Octal | 146 | 234 | 10 | 43 | 0 | 137 | 47 | 122 | 132 | 40 |
| Binary | 1100110 | 10011100 | 1000 | 100011 | 0 | 1011111 | 100111 | 1010010 | 1011010 | 100000 |
Color Harmonies of #669C08
Complementary color
Monochromatic Colors of #669C08
Black with #669C08
Text Example
Text Example
White with #669C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C08; }
p { color: rgb(102,156,8); }
H1.HeaderClassName
{
color: #669C08;
}
.AnyTagClassName
{
color: #669C08;
}
</style>
background-color css
<style>
a { background-color: #669C08; }
a { background-color: rgb(102,156,8); }
div.DivClassName
{
background-color: #669C08;
}
.BgClassName
{
background-color: #669C08;
}
</style>
border-color css
<style>
span { border-color: #669C08; }
span { border-color: rgb(102,156,8); }
td.TdClassName
{
border-color: #669C08;
}
.TagClassName
{
border-color: #669C08;
}
</style>