Shades of Christi #6FAF14
Tints of Christi #6FAF14
RGB
CMYK
RGB Variations
Color information
#6FAF14 (or 0x6FAF14) is known color: Christi. HEX triplet: 6F, AF and 14. RGB value is (111,175,20). Sum of RGB (Red+Green+Blue) = 111+175+20=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAF14 is #9050EB. Grayscale: #8A8A8A. Windows color (decimal): -9457900 or 1355631. OLE color: 1355631.
HSL color Cylindrical-coordinate representation of color #6FAF14: hue angle of 84.77º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6FAF14 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 20 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.31 |
| HSL | 84.77º | 0.79% | 0.38% | - |
| HSV(B) | 84.77º | 0.89% | 0.69% | - |
| XYZ | 22.01 | 34.09 | 6.08 | - |
| YUV | 138.19 | 61.3 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 20 | 0.37 | 0 | 0.89 | 0.31 | 84.77 | 0.79 | 0.38 |
| Hex | 6F | AF | 14 | 25 | 0 | 59 | 1F | 55 | 4F | 26 |
| Octal | 157 | 257 | 24 | 45 | 0 | 131 | 37 | 125 | 117 | 46 |
| Binary | 1101111 | 10101111 | 10100 | 100101 | 0 | 1011001 | 11111 | 1010101 | 1001111 | 100110 |
Color Harmonies of #6FAF14
Complementary color
Monochromatic Colors of #6FAF14
Black with #6FAF14
Text Example
Text Example
White with #6FAF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF14; }
p { color: rgb(111,175,20); }
H1.HeaderClassName
{
color: #6FAF14;
}
.AnyTagClassName
{
color: #6FAF14;
}
</style>
background-color css
<style>
a { background-color: #6FAF14; }
a { background-color: rgb(111,175,20); }
div.DivClassName
{
background-color: #6FAF14;
}
.BgClassName
{
background-color: #6FAF14;
}
</style>
border-color css
<style>
span { border-color: #6FAF14; }
span { border-color: rgb(111,175,20); }
td.TdClassName
{
border-color: #6FAF14;
}
.TagClassName
{
border-color: #6FAF14;
}
</style>