Shades of Christi #6A9F0C
Tints of Christi #6A9F0C
RGB
CMYK
RGB Variations
Color information
#6A9F0C (or 0x6A9F0C) is known color: Christi. HEX triplet: 6A, 9F and 0C. RGB value is (106,159,12). Sum of RGB (Red+Green+Blue) = 106+159+12=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #6A9F0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9F0C is #9560F3. Grayscale: #7E7E7E. Windows color (decimal): -9789684 or 827242. OLE color: 827242.
HSL color Cylindrical-coordinate representation of color #6A9F0C: hue angle of 81.63º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A9F0C is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 159 | 12 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.38 |
| HSL | 81.63º | 0.86% | 0.34% | - |
| HSV(B) | 81.63º | 0.92% | 0.62% | - |
| XYZ | 18.41 | 27.89 | 4.76 | - |
| YUV | 126.4 | 63.44 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 159 | 12 | 0.33 | 0 | 0.92 | 0.38 | 81.63 | 0.86 | 0.34 |
| Hex | 6A | 9F | C | 21 | 0 | 5C | 26 | 52 | 56 | 22 |
| Octal | 152 | 237 | 14 | 41 | 0 | 134 | 46 | 122 | 126 | 42 |
| Binary | 1101010 | 10011111 | 1100 | 100001 | 0 | 1011100 | 100110 | 1010010 | 1010110 | 100010 |
Color Harmonies of #6A9F0C
Complementary color
Monochromatic Colors of #6A9F0C
Black with #6A9F0C
Text Example
Text Example
White with #6A9F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9F0C; }
p { color: rgb(106,159,12); }
H1.HeaderClassName
{
color: #6A9F0C;
}
.AnyTagClassName
{
color: #6A9F0C;
}
</style>
background-color css
<style>
a { background-color: #6A9F0C; }
a { background-color: rgb(106,159,12); }
div.DivClassName
{
background-color: #6A9F0C;
}
.BgClassName
{
background-color: #6A9F0C;
}
</style>
border-color css
<style>
span { border-color: #6A9F0C; }
span { border-color: rgb(106,159,12); }
td.TdClassName
{
border-color: #6A9F0C;
}
.TagClassName
{
border-color: #6A9F0C;
}
</style>