Shades of Christi #6FA505
Tints of Christi #6FA505
RGB
CMYK
RGB Variations
Color information
#6FA505 (or 0x6FA505) is known color: Christi. HEX triplet: 6F, A5 and 05. RGB value is (111,165,5). Sum of RGB (Red+Green+Blue) = 111+165+5=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA505 is #905AFA. Grayscale: #838383. Windows color (decimal): -9460475 or 370031. OLE color: 370031.
HSL color Cylindrical-coordinate representation of color #6FA505: hue angle of 80.25º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6FA505 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 165 | 5 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.35 |
| HSL | 80.25º | 0.94% | 0.33% | - |
| HSV(B) | 80.25º | 0.97% | 0.65% | - |
| XYZ | 20.04 | 30.3 | 4.94 | - |
| YUV | 130.61 | 57.11 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 165 | 5 | 0.33 | 0 | 0.97 | 0.35 | 80.25 | 0.94 | 0.33 |
| Hex | 6F | A5 | 5 | 21 | 0 | 61 | 23 | 50 | 5E | 21 |
| Octal | 157 | 245 | 5 | 41 | 0 | 141 | 43 | 120 | 136 | 41 |
| Binary | 1101111 | 10100101 | 101 | 100001 | 0 | 1100001 | 100011 | 1010000 | 1011110 | 100001 |
Color Harmonies of #6FA505
Complementary color
Monochromatic Colors of #6FA505
Black with #6FA505
Text Example
Text Example
White with #6FA505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA505; }
p { color: rgb(111,165,5); }
H1.HeaderClassName
{
color: #6FA505;
}
.AnyTagClassName
{
color: #6FA505;
}
</style>
background-color css
<style>
a { background-color: #6FA505; }
a { background-color: rgb(111,165,5); }
div.DivClassName
{
background-color: #6FA505;
}
.BgClassName
{
background-color: #6FA505;
}
</style>
border-color css
<style>
span { border-color: #6FA505; }
span { border-color: rgb(111,165,5); }
td.TdClassName
{
border-color: #6FA505;
}
.TagClassName
{
border-color: #6FA505;
}
</style>