Shades of Christi #669B08
Tints of Christi #669B08
RGB
CMYK
RGB Variations
Color information
#669B08 (or 0x669B08) is known color: Christi. HEX triplet: 66, 9B and 08. RGB value is (102,155,8). Sum of RGB (Red+Green+Blue) = 102+155+8=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 155 (60.94% from 255 or 58.49% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 155 - color contains mainly: green. Hex color #669B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669B08 is #9964F7. Grayscale: #7A7A7A. Windows color (decimal): -10052856 or 564070. OLE color: 564070.
HSL color Cylindrical-coordinate representation of color #669B08: hue angle of 81.63º 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 #669B08 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 8 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.39 |
| HSL | 81.63º | 0.9% | 0.32% | - |
| HSV(B) | 81.63º | 0.95% | 0.61% | - |
| XYZ | 17.24 | 26.29 | 4.39 | - |
| YUV | 122.4 | 63.44 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 8 | 0.34 | 0 | 0.95 | 0.39 | 81.63 | 0.9 | 0.32 |
| Hex | 66 | 9B | 8 | 22 | 0 | 5F | 27 | 52 | 5A | 20 |
| Octal | 146 | 233 | 10 | 42 | 0 | 137 | 47 | 122 | 132 | 40 |
| Binary | 1100110 | 10011011 | 1000 | 100010 | 0 | 1011111 | 100111 | 1010010 | 1011010 | 100000 |
Color Harmonies of #669B08
Complementary color
Monochromatic Colors of #669B08
Black with #669B08
Text Example
Text Example
White with #669B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B08; }
p { color: rgb(102,155,8); }
H1.HeaderClassName
{
color: #669B08;
}
.AnyTagClassName
{
color: #669B08;
}
</style>
background-color css
<style>
a { background-color: #669B08; }
a { background-color: rgb(102,155,8); }
div.DivClassName
{
background-color: #669B08;
}
.BgClassName
{
background-color: #669B08;
}
</style>
border-color css
<style>
span { border-color: #669B08; }
span { border-color: rgb(102,155,8); }
td.TdClassName
{
border-color: #669B08;
}
.TagClassName
{
border-color: #669B08;
}
</style>