Shades of Christi #6FB231
Tints of Christi #6FB231
RGB
CMYK
RGB Variations
Color information
#6FB231 (or 0x6FB231) is known color: Christi. HEX triplet: 6F, B2 and 31. RGB value is (111,178,49). Sum of RGB (Red+Green+Blue) = 111+178+49=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FB231 is #904DCE. Grayscale: #8F8F8F. Windows color (decimal): -9457103 or 3256943. OLE color: 3256943.
HSL color Cylindrical-coordinate representation of color #6FB231: hue angle of 91.16º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6FB231 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 49 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.30 |
| HSL | 91.16º | 0.57% | 0.45% | - |
| HSV(B) | 91.16º | 0.72% | 0.7% | - |
| XYZ | 23.03 | 35.44 | 8.53 | - |
| YUV | 143.26 | 74.8 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 49 | 0.38 | 0 | 0.72 | 0.30 | 91.16 | 0.57 | 0.45 |
| Hex | 6F | B2 | 31 | 26 | 0 | 48 | 1E | 5B | 39 | 2D |
| Octal | 157 | 262 | 61 | 46 | 0 | 110 | 36 | 133 | 71 | 55 |
| Binary | 1101111 | 10110010 | 110001 | 100110 | 0 | 1001000 | 11110 | 1011011 | 111001 | 101101 |
Color Harmonies of #6FB231
Complementary color
Monochromatic Colors of #6FB231
Black with #6FB231
Text Example
Text Example
White with #6FB231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB231; }
p { color: rgb(111,178,49); }
H1.HeaderClassName
{
color: #6FB231;
}
.AnyTagClassName
{
color: #6FB231;
}
</style>
background-color css
<style>
a { background-color: #6FB231; }
a { background-color: rgb(111,178,49); }
div.DivClassName
{
background-color: #6FB231;
}
.BgClassName
{
background-color: #6FB231;
}
</style>
border-color css
<style>
span { border-color: #6FB231; }
span { border-color: rgb(111,178,49); }
td.TdClassName
{
border-color: #6FB231;
}
.TagClassName
{
border-color: #6FB231;
}
</style>