Shades of Christi #669B15
Tints of Christi #669B15
RGB
CMYK
RGB Variations
Color information
#669B15 (or 0x669B15) is known color: Christi. HEX triplet: 66, 9B and 15. RGB value is (102,155,21). Sum of RGB (Red+Green+Blue) = 102+155+21=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #669B15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669B15 is #9964EA. Grayscale: #7C7C7C. Windows color (decimal): -10052843 or 1416038. OLE color: 1416038.
HSL color Cylindrical-coordinate representation of color #669B15: hue angle of 83.73º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #669B15 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 21 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.39 |
| HSL | 83.73º | 0.76% | 0.35% | - |
| HSV(B) | 83.73º | 0.86% | 0.61% | - |
| XYZ | 17.34 | 26.32 | 4.88 | - |
| YUV | 123.88 | 69.94 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 21 | 0.34 | 0 | 0.86 | 0.39 | 83.73 | 0.76 | 0.35 |
| Hex | 66 | 9B | 15 | 22 | 0 | 56 | 27 | 54 | 4C | 23 |
| Octal | 146 | 233 | 25 | 42 | 0 | 126 | 47 | 124 | 114 | 43 |
| Binary | 1100110 | 10011011 | 10101 | 100010 | 0 | 1010110 | 100111 | 1010100 | 1001100 | 100011 |
Color Harmonies of #669B15
Complementary color
Monochromatic Colors of #669B15
Black with #669B15
Text Example
Text Example
White with #669B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B15; }
p { color: rgb(102,155,21); }
H1.HeaderClassName
{
color: #669B15;
}
.AnyTagClassName
{
color: #669B15;
}
</style>
background-color css
<style>
a { background-color: #669B15; }
a { background-color: rgb(102,155,21); }
div.DivClassName
{
background-color: #669B15;
}
.BgClassName
{
background-color: #669B15;
}
</style>
border-color css
<style>
span { border-color: #669B15; }
span { border-color: rgb(102,155,21); }
td.TdClassName
{
border-color: #669B15;
}
.TagClassName
{
border-color: #669B15;
}
</style>