Shades of Christi #669E07
Tints of Christi #669E07
RGB
CMYK
RGB Variations
Color information
#669E07 (or 0x669E07) is known color: Christi. HEX triplet: 66, 9E and 07. RGB value is (102,158,7). Sum of RGB (Red+Green+Blue) = 102+158+7=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 158 (62.11% from 255 or 59.18% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 158 - color contains mainly: green. Hex color #669E07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669E07 is #9961F8. Grayscale: #7C7C7C. Windows color (decimal): -10052089 or 499302. OLE color: 499302.
HSL color Cylindrical-coordinate representation of color #669E07: hue angle of 82.25º degrees, saturation: 0.92, 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 #669E07 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 158 | 7 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.38 |
| HSL | 82.25º | 0.92% | 0.32% | - |
| HSV(B) | 82.25º | 0.96% | 0.62% | - |
| XYZ | 17.74 | 27.29 | 4.53 | - |
| YUV | 124.04 | 61.95 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 7 | 0.35 | 0 | 0.96 | 0.38 | 82.25 | 0.92 | 0.32 |
| Hex | 66 | 9E | 7 | 23 | 0 | 60 | 26 | 52 | 5C | 20 |
| Octal | 146 | 236 | 7 | 43 | 0 | 140 | 46 | 122 | 134 | 40 |
| Binary | 1100110 | 10011110 | 111 | 100011 | 0 | 1100000 | 100110 | 1010010 | 1011100 | 100000 |
Color Harmonies of #669E07
Complementary color
Monochromatic Colors of #669E07
Black with #669E07
Text Example
Text Example
White with #669E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669E07; }
p { color: rgb(102,158,7); }
H1.HeaderClassName
{
color: #669E07;
}
.AnyTagClassName
{
color: #669E07;
}
</style>
background-color css
<style>
a { background-color: #669E07; }
a { background-color: rgb(102,158,7); }
div.DivClassName
{
background-color: #669E07;
}
.BgClassName
{
background-color: #669E07;
}
</style>
border-color css
<style>
span { border-color: #669E07; }
span { border-color: rgb(102,158,7); }
td.TdClassName
{
border-color: #669E07;
}
.TagClassName
{
border-color: #669E07;
}
</style>