Shades of Christi #669B07
Tints of Christi #669B07
RGB
CMYK
RGB Variations
Color information
#669B07 (or 0x669B07) is known color: Christi. HEX triplet: 66, 9B and 07. RGB value is (102,155,7). Sum of RGB (Red+Green+Blue) = 102+155+7=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 155 (60.94% from 255 or 58.71% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 155 - color contains mainly: green. Hex color #669B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669B07 is #9964F8. Grayscale: #7A7A7A. Windows color (decimal): -10052857 or 498534. OLE color: 498534.
HSL color Cylindrical-coordinate representation of color #669B07: hue angle of 81.49º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #669B07 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 7 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.39 |
| HSL | 81.49º | 0.91% | 0.32% | - |
| HSV(B) | 81.49º | 0.95% | 0.61% | - |
| XYZ | 17.24 | 26.28 | 4.37 | - |
| YUV | 122.28 | 62.94 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 7 | 0.34 | 0 | 0.95 | 0.39 | 81.49 | 0.91 | 0.32 |
| Hex | 66 | 9B | 7 | 22 | 0 | 5F | 27 | 51 | 5B | 20 |
| Octal | 146 | 233 | 7 | 42 | 0 | 137 | 47 | 121 | 133 | 40 |
| Binary | 1100110 | 10011011 | 111 | 100010 | 0 | 1011111 | 100111 | 1010001 | 1011011 | 100000 |
Color Harmonies of #669B07
Complementary color
Monochromatic Colors of #669B07
Black with #669B07
Text Example
Text Example
White with #669B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B07; }
p { color: rgb(102,155,7); }
H1.HeaderClassName
{
color: #669B07;
}
.AnyTagClassName
{
color: #669B07;
}
</style>
background-color css
<style>
a { background-color: #669B07; }
a { background-color: rgb(102,155,7); }
div.DivClassName
{
background-color: #669B07;
}
.BgClassName
{
background-color: #669B07;
}
</style>
border-color css
<style>
span { border-color: #669B07; }
span { border-color: rgb(102,155,7); }
td.TdClassName
{
border-color: #669B07;
}
.TagClassName
{
border-color: #669B07;
}
</style>