Shades of Christi #6FB111
Tints of Christi #6FB111
RGB
CMYK
RGB Variations
Color information
#6FB111 (or 0x6FB111) is known color: Christi. HEX triplet: 6F, B1 and 11. RGB value is (111,177,17). Sum of RGB (Red+Green+Blue) = 111+177+17=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 177 (69.53% from 255 or 58.03% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FB111 is #904EEE. Grayscale: #8B8B8B. Windows color (decimal): -9457391 or 1159535. OLE color: 1159535.
HSL color Cylindrical-coordinate representation of color #6FB111: hue angle of 84.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6FB111 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 177 | 17 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.31 |
| HSL | 84.75º | 0.82% | 0.38% | - |
| HSV(B) | 84.75º | 0.9% | 0.69% | - |
| XYZ | 22.38 | 34.86 | 6.08 | - |
| YUV | 139.03 | 59.13 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 177 | 17 | 0.37 | 0 | 0.90 | 0.31 | 84.75 | 0.82 | 0.38 |
| Hex | 6F | B1 | 11 | 25 | 0 | 5A | 1F | 55 | 52 | 26 |
| Octal | 157 | 261 | 21 | 45 | 0 | 132 | 37 | 125 | 122 | 46 |
| Binary | 1101111 | 10110001 | 10001 | 100101 | 0 | 1011010 | 11111 | 1010101 | 1010010 | 100110 |
Color Harmonies of #6FB111
Complementary color
Monochromatic Colors of #6FB111
Black with #6FB111
Text Example
Text Example
White with #6FB111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB111; }
p { color: rgb(111,177,17); }
H1.HeaderClassName
{
color: #6FB111;
}
.AnyTagClassName
{
color: #6FB111;
}
</style>
background-color css
<style>
a { background-color: #6FB111; }
a { background-color: rgb(111,177,17); }
div.DivClassName
{
background-color: #6FB111;
}
.BgClassName
{
background-color: #6FB111;
}
</style>
border-color css
<style>
span { border-color: #6FB111; }
span { border-color: rgb(111,177,17); }
td.TdClassName
{
border-color: #6FB111;
}
.TagClassName
{
border-color: #6FB111;
}
</style>