Shades of Christi #669E06
Tints of Christi #669E06
RGB
CMYK
RGB Variations
Color information
#669E06 (or 0x669E06) is known color: Christi. HEX triplet: 66, 9E and 06. RGB value is (102,158,6). Sum of RGB (Red+Green+Blue) = 102+158+6=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 158 (62.11% from 255 or 59.40% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 158 - color contains mainly: green. Hex color #669E06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669E06 is #9961F9. Grayscale: #7C7C7C. Windows color (decimal): -10052090 or 433766. OLE color: 433766.
HSL color Cylindrical-coordinate representation of color #669E06: hue angle of 82.11º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #669E06 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 158 | 6 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.38 |
| HSL | 82.11º | 0.93% | 0.32% | - |
| HSV(B) | 82.11º | 0.96% | 0.62% | - |
| XYZ | 17.74 | 27.29 | 4.51 | - |
| YUV | 123.93 | 61.45 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 6 | 0.35 | 0 | 0.96 | 0.38 | 82.11 | 0.93 | 0.32 |
| Hex | 66 | 9E | 6 | 23 | 0 | 60 | 26 | 52 | 5D | 20 |
| Octal | 146 | 236 | 6 | 43 | 0 | 140 | 46 | 122 | 135 | 40 |
| Binary | 1100110 | 10011110 | 110 | 100011 | 0 | 1100000 | 100110 | 1010010 | 1011101 | 100000 |
Color Harmonies of #669E06
Complementary color
Monochromatic Colors of #669E06
Black with #669E06
Text Example
Text Example
White with #669E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669E06; }
p { color: rgb(102,158,6); }
H1.HeaderClassName
{
color: #669E06;
}
.AnyTagClassName
{
color: #669E06;
}
</style>
background-color css
<style>
a { background-color: #669E06; }
a { background-color: rgb(102,158,6); }
div.DivClassName
{
background-color: #669E06;
}
.BgClassName
{
background-color: #669E06;
}
</style>
border-color css
<style>
span { border-color: #669E06; }
span { border-color: rgb(102,158,6); }
td.TdClassName
{
border-color: #669E06;
}
.TagClassName
{
border-color: #669E06;
}
</style>