Shades of Christi #669E0D
Tints of Christi #669E0D
RGB
CMYK
RGB Variations
Color information
#669E0D (or 0x669E0D) is known color: Christi. HEX triplet: 66, 9E and 0D. RGB value is (102,158,13). Sum of RGB (Red+Green+Blue) = 102+158+13=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 158 (62.11% from 255 or 57.88% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 158 - color contains mainly: green. Hex color #669E0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669E0D is #9961F2. Grayscale: #7D7D7D. Windows color (decimal): -10052083 or 892518. OLE color: 892518.
HSL color Cylindrical-coordinate representation of color #669E0D: hue angle of 83.17º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #669E0D is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 158 | 13 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.38 |
| HSL | 83.17º | 0.85% | 0.34% | - |
| HSV(B) | 83.17º | 0.92% | 0.62% | - |
| XYZ | 17.78 | 27.31 | 4.71 | - |
| YUV | 124.73 | 64.95 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 13 | 0.35 | 0 | 0.92 | 0.38 | 83.17 | 0.85 | 0.34 |
| Hex | 66 | 9E | D | 23 | 0 | 5C | 26 | 53 | 55 | 22 |
| Octal | 146 | 236 | 15 | 43 | 0 | 134 | 46 | 123 | 125 | 42 |
| Binary | 1100110 | 10011110 | 1101 | 100011 | 0 | 1011100 | 100110 | 1010011 | 1010101 | 100010 |
Color Harmonies of #669E0D
Complementary color
Monochromatic Colors of #669E0D
Black with #669E0D
Text Example
Text Example
White with #669E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669E0D; }
p { color: rgb(102,158,13); }
H1.HeaderClassName
{
color: #669E0D;
}
.AnyTagClassName
{
color: #669E0D;
}
</style>
background-color css
<style>
a { background-color: #669E0D; }
a { background-color: rgb(102,158,13); }
div.DivClassName
{
background-color: #669E0D;
}
.BgClassName
{
background-color: #669E0D;
}
</style>
border-color css
<style>
span { border-color: #669E0D; }
span { border-color: rgb(102,158,13); }
td.TdClassName
{
border-color: #669E0D;
}
.TagClassName
{
border-color: #669E0D;
}
</style>