Shades of Christi #6FA900
Tints of Christi #6FA900
RGB
CMYK
RGB Variations
Color information
#6FA900 (or 0x6FA900) is known color: Christi. HEX triplet: 6F, A9 and 00. RGB value is (111,169,0). Sum of RGB (Red+Green+Blue) = 111+169+0=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 169 (66.41% from 255 or 60.36% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA900 is #9056FF. Grayscale: #858585. Windows color (decimal): -9459456 or 43375. OLE color: 43375.
HSL color Cylindrical-coordinate representation of color #6FA900: hue angle of 80.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6FA900 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 169 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.34 |
| HSL | 80.59º | 1% | 0.33% | - |
| HSV(B) | 80.59º | 1% | 0.66% | - |
| XYZ | 20.74 | 31.76 | 5.04 | - |
| YUV | 132.39 | 53.28 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 0 | 0.34 | 0 | 1 | 0.34 | 80.59 | 1 | 0.33 |
| Hex | 6F | A9 | 0 | 22 | 0 | 64 | 22 | 51 | 64 | 21 |
| Octal | 157 | 251 | 0 | 42 | 0 | 144 | 42 | 121 | 144 | 41 |
| Binary | 1101111 | 10101001 | 0 | 100010 | 0 | 1100100 | 100010 | 1010001 | 1100100 | 100001 |
Color Harmonies of #6FA900
Complementary color
Monochromatic Colors of #6FA900
Black with #6FA900
Text Example
Text Example
White with #6FA900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA900; }
p { color: rgb(111,169,0); }
H1.HeaderClassName
{
color: #6FA900;
}
.AnyTagClassName
{
color: #6FA900;
}
</style>
background-color css
<style>
a { background-color: #6FA900; }
a { background-color: rgb(111,169,0); }
div.DivClassName
{
background-color: #6FA900;
}
.BgClassName
{
background-color: #6FA900;
}
</style>
border-color css
<style>
span { border-color: #6FA900; }
span { border-color: rgb(111,169,0); }
td.TdClassName
{
border-color: #6FA900;
}
.TagClassName
{
border-color: #6FA900;
}
</style>