Shades of Christi #6FAA31
Tints of Christi #6FAA31
RGB
CMYK
RGB Variations
Color information
#6FAA31 (or 0x6FAA31) is known color: Christi. HEX triplet: 6F, AA and 31. RGB value is (111,170,49). Sum of RGB (Red+Green+Blue) = 111+170+49=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAA31 is #9055CE. Grayscale: #8A8A8A. Windows color (decimal): -9459151 or 3254895. OLE color: 3254895.
HSL color Cylindrical-coordinate representation of color #6FAA31: hue angle of 89.26º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6FAA31 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 49 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.33 |
| HSL | 89.26º | 0.55% | 0.43% | - |
| HSV(B) | 89.26º | 0.71% | 0.67% | - |
| XYZ | 21.48 | 32.35 | 8.02 | - |
| YUV | 138.57 | 77.45 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 49 | 0.35 | 0 | 0.71 | 0.33 | 89.26 | 0.55 | 0.43 |
| Hex | 6F | AA | 31 | 23 | 0 | 47 | 21 | 59 | 37 | 2B |
| Octal | 157 | 252 | 61 | 43 | 0 | 107 | 41 | 131 | 67 | 53 |
| Binary | 1101111 | 10101010 | 110001 | 100011 | 0 | 1000111 | 100001 | 1011001 | 110111 | 101011 |
Color Harmonies of #6FAA31
Complementary color
Monochromatic Colors of #6FAA31
Black with #6FAA31
Text Example
Text Example
White with #6FAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA31; }
p { color: rgb(111,170,49); }
H1.HeaderClassName
{
color: #6FAA31;
}
.AnyTagClassName
{
color: #6FAA31;
}
</style>
background-color css
<style>
a { background-color: #6FAA31; }
a { background-color: rgb(111,170,49); }
div.DivClassName
{
background-color: #6FAA31;
}
.BgClassName
{
background-color: #6FAA31;
}
</style>
border-color css
<style>
span { border-color: #6FAA31; }
span { border-color: rgb(111,170,49); }
td.TdClassName
{
border-color: #6FAA31;
}
.TagClassName
{
border-color: #6FAA31;
}
</style>