Shades of Christi #669D01
Tints of Christi #669D01
RGB
CMYK
RGB Variations
Color information
#669D01 (or 0x669D01) is known color: Christi. HEX triplet: 66, 9D and 01. RGB value is (102,157,1). Sum of RGB (Red+Green+Blue) = 102+157+1=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 157 (61.72% from 255 or 60.38% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 157 - color contains mainly: green. Hex color #669D01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669D01 is #9962FE. Grayscale: #7B7B7B. Windows color (decimal): -10052351 or 105830. OLE color: 105830.
HSL color Cylindrical-coordinate representation of color #669D01: hue angle of 81.15º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #669D01 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.38 |
| HSL | 81.15º | 0.99% | 0.31% | - |
| HSV(B) | 81.15º | 0.99% | 0.62% | - |
| XYZ | 17.54 | 26.94 | 4.3 | - |
| YUV | 122.77 | 59.28 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 1 | 0.35 | 0 | 0.99 | 0.38 | 81.15 | 0.99 | 0.31 |
| Hex | 66 | 9D | 1 | 23 | 0 | 63 | 26 | 51 | 63 | 1F |
| Octal | 146 | 235 | 1 | 43 | 0 | 143 | 46 | 121 | 143 | 37 |
| Binary | 1100110 | 10011101 | 1 | 100011 | 0 | 1100011 | 100110 | 1010001 | 1100011 | 11111 |
Color Harmonies of #669D01
Complementary color
Monochromatic Colors of #669D01
Black with #669D01
Text Example
Text Example
White with #669D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D01; }
p { color: rgb(102,157,1); }
H1.HeaderClassName
{
color: #669D01;
}
.AnyTagClassName
{
color: #669D01;
}
</style>
background-color css
<style>
a { background-color: #669D01; }
a { background-color: rgb(102,157,1); }
div.DivClassName
{
background-color: #669D01;
}
.BgClassName
{
background-color: #669D01;
}
</style>
border-color css
<style>
span { border-color: #669D01; }
span { border-color: rgb(102,157,1); }
td.TdClassName
{
border-color: #669D01;
}
.TagClassName
{
border-color: #669D01;
}
</style>