Shades of Christi #6FC128
Tints of Christi #6FC128
RGB
CMYK
RGB Variations
Color information
#6FC128 (or 0x6FC128) is known color: Christi. HEX triplet: 6F, C1 and 28. RGB value is (111,193,40). Sum of RGB (Red+Green+Blue) = 111+193+40=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC128 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC128 is #903ED7. Grayscale: #979797. Windows color (decimal): -9453272 or 2670959. OLE color: 2670959.
HSL color Cylindrical-coordinate representation of color #6FC128: hue angle of 92.16º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6FC128 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 193 | 40 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.24 |
| HSL | 92.16º | 0.66% | 0.46% | - |
| HSV(B) | 92.16º | 0.79% | 0.76% | - |
| XYZ | 26.01 | 41.67 | 8.68 | - |
| YUV | 151.04 | 65.33 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 40 | 0.42 | 0 | 0.79 | 0.24 | 92.16 | 0.66 | 0.46 |
| Hex | 6F | C1 | 28 | 2A | 0 | 4F | 18 | 5C | 42 | 2E |
| Octal | 157 | 301 | 50 | 52 | 0 | 117 | 30 | 134 | 102 | 56 |
| Binary | 1101111 | 11000001 | 101000 | 101010 | 0 | 1001111 | 11000 | 1011100 | 1000010 | 101110 |
Color Harmonies of #6FC128
Complementary color
Monochromatic Colors of #6FC128
Black with #6FC128
Text Example
Text Example
White with #6FC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC128; }
p { color: rgb(111,193,40); }
H1.HeaderClassName
{
color: #6FC128;
}
.AnyTagClassName
{
color: #6FC128;
}
</style>
background-color css
<style>
a { background-color: #6FC128; }
a { background-color: rgb(111,193,40); }
div.DivClassName
{
background-color: #6FC128;
}
.BgClassName
{
background-color: #6FC128;
}
</style>
border-color css
<style>
span { border-color: #6FC128; }
span { border-color: rgb(111,193,40); }
td.TdClassName
{
border-color: #6FC128;
}
.TagClassName
{
border-color: #6FC128;
}
</style>