Shades of Christi #6FAB31
Tints of Christi #6FAB31
RGB
CMYK
RGB Variations
Color information
#6FAB31 (or 0x6FAB31) is known color: Christi. HEX triplet: 6F, AB and 31. RGB value is (111,171,49). Sum of RGB (Red+Green+Blue) = 111+171+49=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAB31 is #9054CE. Grayscale: #8B8B8B. Windows color (decimal): -9458895 or 3255151. OLE color: 3255151.
HSL color Cylindrical-coordinate representation of color #6FAB31: hue angle of 89.51º 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 #6FAB31 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 49 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.33 |
| HSL | 89.51º | 0.55% | 0.43% | - |
| HSV(B) | 89.51º | 0.71% | 0.67% | - |
| XYZ | 21.67 | 32.73 | 8.08 | - |
| YUV | 139.15 | 77.12 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 49 | 0.35 | 0 | 0.71 | 0.33 | 89.51 | 0.55 | 0.43 |
| Hex | 6F | AB | 31 | 23 | 0 | 47 | 21 | 5A | 37 | 2B |
| Octal | 157 | 253 | 61 | 43 | 0 | 107 | 41 | 132 | 67 | 53 |
| Binary | 1101111 | 10101011 | 110001 | 100011 | 0 | 1000111 | 100001 | 1011010 | 110111 | 101011 |
Color Harmonies of #6FAB31
Complementary color
Monochromatic Colors of #6FAB31
Black with #6FAB31
Text Example
Text Example
White with #6FAB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB31; }
p { color: rgb(111,171,49); }
H1.HeaderClassName
{
color: #6FAB31;
}
.AnyTagClassName
{
color: #6FAB31;
}
</style>
background-color css
<style>
a { background-color: #6FAB31; }
a { background-color: rgb(111,171,49); }
div.DivClassName
{
background-color: #6FAB31;
}
.BgClassName
{
background-color: #6FAB31;
}
</style>
border-color css
<style>
span { border-color: #6FAB31; }
span { border-color: rgb(111,171,49); }
td.TdClassName
{
border-color: #6FAB31;
}
.TagClassName
{
border-color: #6FAB31;
}
</style>