Shades of Christi #6FB031
Tints of Christi #6FB031
RGB
CMYK
RGB Variations
Color information
#6FB031 (or 0x6FB031) is known color: Christi. HEX triplet: 6F, B0 and 31. RGB value is (111,176,49). Sum of RGB (Red+Green+Blue) = 111+176+49=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FB031 is #904FCE. Grayscale: #8E8E8E. Windows color (decimal): -9457615 or 3256431. OLE color: 3256431.
HSL color Cylindrical-coordinate representation of color #6FB031: hue angle of 90.71º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6FB031 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 176 | 49 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.31 |
| HSL | 90.71º | 0.56% | 0.44% | - |
| HSV(B) | 90.71º | 0.72% | 0.69% | - |
| XYZ | 22.64 | 34.65 | 8.4 | - |
| YUV | 142.09 | 75.47 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 176 | 49 | 0.37 | 0 | 0.72 | 0.31 | 90.71 | 0.56 | 0.44 |
| Hex | 6F | B0 | 31 | 25 | 0 | 48 | 1F | 5B | 38 | 2C |
| Octal | 157 | 260 | 61 | 45 | 0 | 110 | 37 | 133 | 70 | 54 |
| Binary | 1101111 | 10110000 | 110001 | 100101 | 0 | 1001000 | 11111 | 1011011 | 111000 | 101100 |
Color Harmonies of #6FB031
Complementary color
Monochromatic Colors of #6FB031
Black with #6FB031
Text Example
Text Example
White with #6FB031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB031; }
p { color: rgb(111,176,49); }
H1.HeaderClassName
{
color: #6FB031;
}
.AnyTagClassName
{
color: #6FB031;
}
</style>
background-color css
<style>
a { background-color: #6FB031; }
a { background-color: rgb(111,176,49); }
div.DivClassName
{
background-color: #6FB031;
}
.BgClassName
{
background-color: #6FB031;
}
</style>
border-color css
<style>
span { border-color: #6FB031; }
span { border-color: rgb(111,176,49); }
td.TdClassName
{
border-color: #6FB031;
}
.TagClassName
{
border-color: #6FB031;
}
</style>