Shades of Christi #669D0D
Tints of Christi #669D0D
RGB
CMYK
RGB Variations
Color information
#669D0D (or 0x669D0D) is known color: Christi. HEX triplet: 66, 9D and 0D. RGB value is (102,157,13). Sum of RGB (Red+Green+Blue) = 102+157+13=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 157 (61.72% from 255 or 57.72% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 157 - color contains mainly: green. Hex color #669D0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669D0D is #9962F2. Grayscale: #7C7C7C. Windows color (decimal): -10052339 or 892262. OLE color: 892262.
HSL color Cylindrical-coordinate representation of color #669D0D: hue angle of 82.92º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #669D0D is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 13 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.38 |
| HSL | 82.92º | 0.85% | 0.33% | - |
| HSV(B) | 82.92º | 0.92% | 0.62% | - |
| XYZ | 17.61 | 26.97 | 4.66 | - |
| YUV | 124.14 | 65.28 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 13 | 0.35 | 0 | 0.92 | 0.38 | 82.92 | 0.85 | 0.33 |
| Hex | 66 | 9D | D | 23 | 0 | 5C | 26 | 53 | 55 | 21 |
| Octal | 146 | 235 | 15 | 43 | 0 | 134 | 46 | 123 | 125 | 41 |
| Binary | 1100110 | 10011101 | 1101 | 100011 | 0 | 1011100 | 100110 | 1010011 | 1010101 | 100001 |
Color Harmonies of #669D0D
Complementary color
Monochromatic Colors of #669D0D
Black with #669D0D
Text Example
Text Example
White with #669D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D0D; }
p { color: rgb(102,157,13); }
H1.HeaderClassName
{
color: #669D0D;
}
.AnyTagClassName
{
color: #669D0D;
}
</style>
background-color css
<style>
a { background-color: #669D0D; }
a { background-color: rgb(102,157,13); }
div.DivClassName
{
background-color: #669D0D;
}
.BgClassName
{
background-color: #669D0D;
}
</style>
border-color css
<style>
span { border-color: #669D0D; }
span { border-color: rgb(102,157,13); }
td.TdClassName
{
border-color: #669D0D;
}
.TagClassName
{
border-color: #669D0D;
}
</style>