Shades of Christi #669800
Tints of Christi #669800
RGB
CMYK
RGB Variations
Color information
#669800 (or 0x669800) is known color: Christi. HEX triplet: 66, 98 and 00. RGB value is (102,152,0). Sum of RGB (Red+Green+Blue) = 102+152+0=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 152 (59.77% from 255 or 59.84% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 152 - color contains mainly: green. Hex color #669800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669800 is #9967FF. Grayscale: #787878. Windows color (decimal): -10053632 or 39014. OLE color: 39014.
HSL color Cylindrical-coordinate representation of color #669800: hue angle of 79.74º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #669800 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.40 |
| HSL | 79.74º | 1% | 0.3% | - |
| HSV(B) | 79.74º | 1% | 0.6% | - |
| XYZ | 16.71 | 25.28 | 4 | - |
| YUV | 119.72 | 60.44 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 0 | 0.33 | 0 | 1 | 0.40 | 79.74 | 1 | 0.3 |
| Hex | 66 | 98 | 0 | 21 | 0 | 64 | 28 | 50 | 64 | 1E |
| Octal | 146 | 230 | 0 | 41 | 0 | 144 | 50 | 120 | 144 | 36 |
| Binary | 1100110 | 10011000 | 0 | 100001 | 0 | 1100100 | 101000 | 1010000 | 1100100 | 11110 |
Color Harmonies of #669800
Complementary color
Monochromatic Colors of #669800
Black with #669800
Text Example
Text Example
White with #669800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669800; }
p { color: rgb(102,152,0); }
H1.HeaderClassName
{
color: #669800;
}
.AnyTagClassName
{
color: #669800;
}
</style>
background-color css
<style>
a { background-color: #669800; }
a { background-color: rgb(102,152,0); }
div.DivClassName
{
background-color: #669800;
}
.BgClassName
{
background-color: #669800;
}
</style>
border-color css
<style>
span { border-color: #669800; }
span { border-color: rgb(102,152,0); }
td.TdClassName
{
border-color: #669800;
}
.TagClassName
{
border-color: #669800;
}
</style>