Shades of Christi #6FA901
Tints of Christi #6FA901
RGB
CMYK
RGB Variations
Color information
#6FA901 (or 0x6FA901) is known color: Christi. HEX triplet: 6F, A9 and 01. RGB value is (111,169,1). Sum of RGB (Red+Green+Blue) = 111+169+1=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 169 (66.41% from 255 or 60.14% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA901 is #9056FE. Grayscale: #858585. Windows color (decimal): -9459455 or 108911. OLE color: 108911.
HSL color Cylindrical-coordinate representation of color #6FA901: hue angle of 80.71º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6FA901 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 169 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.34 |
| HSL | 80.71º | 0.99% | 0.33% | - |
| HSV(B) | 80.71º | 0.99% | 0.66% | - |
| XYZ | 20.75 | 31.76 | 5.06 | - |
| YUV | 132.51 | 53.78 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 1 | 0.34 | 0 | 0.99 | 0.34 | 80.71 | 0.99 | 0.33 |
| Hex | 6F | A9 | 1 | 22 | 0 | 63 | 22 | 51 | 63 | 21 |
| Octal | 157 | 251 | 1 | 42 | 0 | 143 | 42 | 121 | 143 | 41 |
| Binary | 1101111 | 10101001 | 1 | 100010 | 0 | 1100011 | 100010 | 1010001 | 1100011 | 100001 |
Color Harmonies of #6FA901
Complementary color
Monochromatic Colors of #6FA901
Black with #6FA901
Text Example
Text Example
White with #6FA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA901; }
p { color: rgb(111,169,1); }
H1.HeaderClassName
{
color: #6FA901;
}
.AnyTagClassName
{
color: #6FA901;
}
</style>
background-color css
<style>
a { background-color: #6FA901; }
a { background-color: rgb(111,169,1); }
div.DivClassName
{
background-color: #6FA901;
}
.BgClassName
{
background-color: #6FA901;
}
</style>
border-color css
<style>
span { border-color: #6FA901; }
span { border-color: rgb(111,169,1); }
td.TdClassName
{
border-color: #6FA901;
}
.TagClassName
{
border-color: #6FA901;
}
</style>