Shades of Christi #6FB212
Tints of Christi #6FB212
RGB
CMYK
RGB Variations
Color information
#6FB212 (or 0x6FB212) is known color: Christi. HEX triplet: 6F, B2 and 12. RGB value is (111,178,18). Sum of RGB (Red+Green+Blue) = 111+178+18=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FB212 is #904DED. Grayscale: #8C8C8C. Windows color (decimal): -9457134 or 1225327. OLE color: 1225327.
HSL color Cylindrical-coordinate representation of color #6FB212: hue angle of 85.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6FB212 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 18 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.30 |
| HSL | 85.13º | 0.82% | 0.38% | - |
| HSV(B) | 85.13º | 0.9% | 0.7% | - |
| XYZ | 22.59 | 35.26 | 6.19 | - |
| YUV | 139.73 | 59.3 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 18 | 0.38 | 0 | 0.90 | 0.30 | 85.13 | 0.82 | 0.38 |
| Hex | 6F | B2 | 12 | 26 | 0 | 5A | 1E | 55 | 52 | 26 |
| Octal | 157 | 262 | 22 | 46 | 0 | 132 | 36 | 125 | 122 | 46 |
| Binary | 1101111 | 10110010 | 10010 | 100110 | 0 | 1011010 | 11110 | 1010101 | 1010010 | 100110 |
Color Harmonies of #6FB212
Complementary color
Monochromatic Colors of #6FB212
Black with #6FB212
Text Example
Text Example
White with #6FB212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB212; }
p { color: rgb(111,178,18); }
H1.HeaderClassName
{
color: #6FB212;
}
.AnyTagClassName
{
color: #6FB212;
}
</style>
background-color css
<style>
a { background-color: #6FB212; }
a { background-color: rgb(111,178,18); }
div.DivClassName
{
background-color: #6FB212;
}
.BgClassName
{
background-color: #6FB212;
}
</style>
border-color css
<style>
span { border-color: #6FB212; }
span { border-color: rgb(111,178,18); }
td.TdClassName
{
border-color: #6FB212;
}
.TagClassName
{
border-color: #6FB212;
}
</style>