Shades of Christi #6FB210
Tints of Christi #6FB210
RGB
CMYK
RGB Variations
Color information
#6FB210 (or 0x6FB210) is known color: Christi. HEX triplet: 6F, B2 and 10. RGB value is (111,178,16). Sum of RGB (Red+Green+Blue) = 111+178+16=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 178 (69.92% from 255 or 58.36% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FB210 is #904DEF. Grayscale: #8C8C8C. Windows color (decimal): -9457136 or 1094255. OLE color: 1094255.
HSL color Cylindrical-coordinate representation of color #6FB210: hue angle of 84.81º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6FB210 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 16 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.30 |
| HSL | 84.81º | 0.84% | 0.38% | - |
| HSV(B) | 84.81º | 0.91% | 0.7% | - |
| XYZ | 22.57 | 35.26 | 6.11 | - |
| YUV | 139.5 | 58.3 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 16 | 0.38 | 0 | 0.91 | 0.30 | 84.81 | 0.84 | 0.38 |
| Hex | 6F | B2 | 10 | 26 | 0 | 5B | 1E | 55 | 54 | 26 |
| Octal | 157 | 262 | 20 | 46 | 0 | 133 | 36 | 125 | 124 | 46 |
| Binary | 1101111 | 10110010 | 10000 | 100110 | 0 | 1011011 | 11110 | 1010101 | 1010100 | 100110 |
Color Harmonies of #6FB210
Complementary color
Monochromatic Colors of #6FB210
Black with #6FB210
Text Example
Text Example
White with #6FB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB210; }
p { color: rgb(111,178,16); }
H1.HeaderClassName
{
color: #6FB210;
}
.AnyTagClassName
{
color: #6FB210;
}
</style>
background-color css
<style>
a { background-color: #6FB210; }
a { background-color: rgb(111,178,16); }
div.DivClassName
{
background-color: #6FB210;
}
.BgClassName
{
background-color: #6FB210;
}
</style>
border-color css
<style>
span { border-color: #6FB210; }
span { border-color: rgb(111,178,16); }
td.TdClassName
{
border-color: #6FB210;
}
.TagClassName
{
border-color: #6FB210;
}
</style>