Shades of Christi #6FA003
Tints of Christi #6FA003
RGB
CMYK
RGB Variations
Color information
#6FA003 (or 0x6FA003) is known color: Christi. HEX triplet: 6F, A0 and 03. RGB value is (111,160,3). Sum of RGB (Red+Green+Blue) = 111+160+3=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 160 (62.89% from 255 or 58.39% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA003 is #905FFC. Grayscale: #808080. Windows color (decimal): -9461757 or 237679. OLE color: 237679.
HSL color Cylindrical-coordinate representation of color #6FA003: hue angle of 78.73º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6FA003 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 160 | 3 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.37 |
| HSL | 78.73º | 0.96% | 0.32% | - |
| HSV(B) | 78.73º | 0.98% | 0.63% | - |
| XYZ | 19.14 | 28.53 | 4.58 | - |
| YUV | 127.45 | 57.77 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 3 | 0.31 | 0 | 0.98 | 0.37 | 78.73 | 0.96 | 0.32 |
| Hex | 6F | A0 | 3 | 1F | 0 | 62 | 25 | 4F | 60 | 20 |
| Octal | 157 | 240 | 3 | 37 | 0 | 142 | 45 | 117 | 140 | 40 |
| Binary | 1101111 | 10100000 | 11 | 11111 | 0 | 1100010 | 100101 | 1001111 | 1100000 | 100000 |
Color Harmonies of #6FA003
Complementary color
Monochromatic Colors of #6FA003
Black with #6FA003
Text Example
Text Example
White with #6FA003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA003; }
p { color: rgb(111,160,3); }
H1.HeaderClassName
{
color: #6FA003;
}
.AnyTagClassName
{
color: #6FA003;
}
</style>
background-color css
<style>
a { background-color: #6FA003; }
a { background-color: rgb(111,160,3); }
div.DivClassName
{
background-color: #6FA003;
}
.BgClassName
{
background-color: #6FA003;
}
</style>
border-color css
<style>
span { border-color: #6FA003; }
span { border-color: rgb(111,160,3); }
td.TdClassName
{
border-color: #6FA003;
}
.TagClassName
{
border-color: #6FA003;
}
</style>