Shades of Christi #6D9902
Tints of Christi #6D9902
RGB
CMYK
RGB Variations
Color information
#6D9902 (or 0x6D9902) is known color: Christi. HEX triplet: 6D, 99 and 02. RGB value is (109,153,2). Sum of RGB (Red+Green+Blue) = 109+153+2=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 153 (60.16% from 255 or 57.95% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 153 - color contains mainly: green. Hex color #6D9902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D9902 is #9266FD. Grayscale: #7B7B7B. Windows color (decimal): -9594622 or 170349. OLE color: 170349.
HSL color Cylindrical-coordinate representation of color #6D9902: hue angle of 77.48º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D9902 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 109 | 153 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.4 |
| HSL | 77.48º | 0.97% | 0.3% | - |
| HSV(B) | 77.48º | 0.99% | 0.6% | - |
| XYZ | 17.71 | 26.04 | 4.15 | - |
| YUV | 122.63 | 59.92 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 153 | 2 | 0.29 | 0 | 0.99 | 0.4 | 77.48 | 0.97 | 0.3 |
| Hex | 6D | 99 | 2 | 1D | 0 | 63 | 28 | 4D | 61 | 1E |
| Octal | 155 | 231 | 2 | 35 | 0 | 143 | 50 | 115 | 141 | 36 |
| Binary | 1101101 | 10011001 | 10 | 11101 | 0 | 1100011 | 101000 | 1001101 | 1100001 | 11110 |
Color Harmonies of #6D9902
Complementary color
Monochromatic Colors of #6D9902
Black with #6D9902
Text Example
Text Example
White with #6D9902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9902; }
p { color: rgb(109,153,2); }
H1.HeaderClassName
{
color: #6D9902;
}
.AnyTagClassName
{
color: #6D9902;
}
</style>
background-color css
<style>
a { background-color: #6D9902; }
a { background-color: rgb(109,153,2); }
div.DivClassName
{
background-color: #6D9902;
}
.BgClassName
{
background-color: #6D9902;
}
</style>
border-color css
<style>
span { border-color: #6D9902; }
span { border-color: rgb(109,153,2); }
td.TdClassName
{
border-color: #6D9902;
}
.TagClassName
{
border-color: #6D9902;
}
</style>