Shades of Christi #6FAD10
Tints of Christi #6FAD10
RGB
CMYK
RGB Variations
Color information
#6FAD10 (or 0x6FAD10) is known color: Christi. HEX triplet: 6F, AD and 10. RGB value is (111,173,16). Sum of RGB (Red+Green+Blue) = 111+173+16=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAD10 is #9052EF. Grayscale: #898989. Windows color (decimal): -9458416 or 1092975. OLE color: 1092975.
HSL color Cylindrical-coordinate representation of color #6FAD10: hue angle of 83.69º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6FAD10 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 173 | 16 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.32 |
| HSL | 83.69º | 0.83% | 0.37% | - |
| HSV(B) | 83.69º | 0.91% | 0.68% | - |
| XYZ | 21.59 | 33.3 | 5.78 | - |
| YUV | 136.56 | 59.96 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 16 | 0.36 | 0 | 0.91 | 0.32 | 83.69 | 0.83 | 0.37 |
| Hex | 6F | AD | 10 | 24 | 0 | 5B | 20 | 54 | 53 | 25 |
| Octal | 157 | 255 | 20 | 44 | 0 | 133 | 40 | 124 | 123 | 45 |
| Binary | 1101111 | 10101101 | 10000 | 100100 | 0 | 1011011 | 100000 | 1010100 | 1010011 | 100101 |
Color Harmonies of #6FAD10
Complementary color
Monochromatic Colors of #6FAD10
Black with #6FAD10
Text Example
Text Example
White with #6FAD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAD10; }
p { color: rgb(111,173,16); }
H1.HeaderClassName
{
color: #6FAD10;
}
.AnyTagClassName
{
color: #6FAD10;
}
</style>
background-color css
<style>
a { background-color: #6FAD10; }
a { background-color: rgb(111,173,16); }
div.DivClassName
{
background-color: #6FAD10;
}
.BgClassName
{
background-color: #6FAD10;
}
</style>
border-color css
<style>
span { border-color: #6FAD10; }
span { border-color: rgb(111,173,16); }
td.TdClassName
{
border-color: #6FAD10;
}
.TagClassName
{
border-color: #6FAD10;
}
</style>