Shades of Christi #6C990A
Tints of Christi #6C990A
RGB
CMYK
RGB Variations
Color information
#6C990A (or 0x6C990A) is known color: Christi. HEX triplet: 6C, 99 and 0A. RGB value is (108,153,10). Sum of RGB (Red+Green+Blue) = 108+153+10=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #6C990A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C990A is #9366F5. Grayscale: #7B7B7B. Windows color (decimal): -9660150 or 694636. OLE color: 694636.
HSL color Cylindrical-coordinate representation of color #6C990A: hue angle of 78.88º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C990A is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 108 | 153 | 10 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.4 |
| HSL | 78.88º | 0.88% | 0.32% | - |
| HSV(B) | 78.88º | 0.93% | 0.6% | - |
| XYZ | 17.63 | 25.99 | 4.38 | - |
| YUV | 123.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 153 | 10 | 0.29 | 0 | 0.93 | 0.4 | 78.88 | 0.88 | 0.32 |
| Hex | 6C | 99 | A | 1D | 0 | 5D | 28 | 4F | 58 | 20 |
| Octal | 154 | 231 | 12 | 35 | 0 | 135 | 50 | 117 | 130 | 40 |
| Binary | 1101100 | 10011001 | 1010 | 11101 | 0 | 1011101 | 101000 | 1001111 | 1011000 | 100000 |
Color Harmonies of #6C990A
Complementary color
Monochromatic Colors of #6C990A
Black with #6C990A
Text Example
Text Example
White with #6C990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C990A; }
p { color: rgb(108,153,10); }
H1.HeaderClassName
{
color: #6C990A;
}
.AnyTagClassName
{
color: #6C990A;
}
</style>
background-color css
<style>
a { background-color: #6C990A; }
a { background-color: rgb(108,153,10); }
div.DivClassName
{
background-color: #6C990A;
}
.BgClassName
{
background-color: #6C990A;
}
</style>
border-color css
<style>
span { border-color: #6C990A; }
span { border-color: rgb(108,153,10); }
td.TdClassName
{
border-color: #6C990A;
}
.TagClassName
{
border-color: #6C990A;
}
</style>