Shades of Christi #6FB215
Tints of Christi #6FB215
RGB
CMYK
RGB Variations
Color information
#6FB215 (or 0x6FB215) is known color: Christi. HEX triplet: 6F, B2 and 15. RGB value is (111,178,21). Sum of RGB (Red+Green+Blue) = 111+178+21=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 178 (69.92% from 255 or 57.42% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FB215 is #904DEA. Grayscale: #8C8C8C. Windows color (decimal): -9457131 or 1421935. OLE color: 1421935.
HSL color Cylindrical-coordinate representation of color #6FB215: hue angle of 85.61º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6FB215 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 21 | - |
| CMYK | 0.38 | 0 | 0.88 | 0.30 |
| HSL | 85.61º | 0.79% | 0.39% | - |
| HSV(B) | 85.61º | 0.88% | 0.7% | - |
| XYZ | 22.61 | 35.27 | 6.33 | - |
| YUV | 140.07 | 60.8 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 21 | 0.38 | 0 | 0.88 | 0.30 | 85.61 | 0.79 | 0.39 |
| Hex | 6F | B2 | 15 | 26 | 0 | 58 | 1E | 56 | 4F | 27 |
| Octal | 157 | 262 | 25 | 46 | 0 | 130 | 36 | 126 | 117 | 47 |
| Binary | 1101111 | 10110010 | 10101 | 100110 | 0 | 1011000 | 11110 | 1010110 | 1001111 | 100111 |
Color Harmonies of #6FB215
Complementary color
Monochromatic Colors of #6FB215
Black with #6FB215
Text Example
Text Example
White with #6FB215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB215; }
p { color: rgb(111,178,21); }
H1.HeaderClassName
{
color: #6FB215;
}
.AnyTagClassName
{
color: #6FB215;
}
</style>
background-color css
<style>
a { background-color: #6FB215; }
a { background-color: rgb(111,178,21); }
div.DivClassName
{
background-color: #6FB215;
}
.BgClassName
{
background-color: #6FB215;
}
</style>
border-color css
<style>
span { border-color: #6FB215; }
span { border-color: rgb(111,178,21); }
td.TdClassName
{
border-color: #6FB215;
}
.TagClassName
{
border-color: #6FB215;
}
</style>