Shades of Christi #6FC120
Tints of Christi #6FC120
RGB
CMYK
RGB Variations
Color information
#6FC120 (or 0x6FC120) is known color: Christi. HEX triplet: 6F, C1 and 20. RGB value is (111,193,32). Sum of RGB (Red+Green+Blue) = 111+193+32=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC120 is #903EDF. Grayscale: #969696. Windows color (decimal): -9453280 or 2146671. OLE color: 2146671.
HSL color Cylindrical-coordinate representation of color #6FC120: hue angle of 90.56º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6FC120 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 193 | 32 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.24 |
| HSL | 90.56º | 0.72% | 0.44% | - |
| HSV(B) | 90.56º | 0.83% | 0.76% | - |
| XYZ | 25.89 | 41.62 | 8.04 | - |
| YUV | 150.13 | 61.33 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 32 | 0.42 | 0 | 0.83 | 0.24 | 90.56 | 0.72 | 0.44 |
| Hex | 6F | C1 | 20 | 2A | 0 | 53 | 18 | 5B | 48 | 2C |
| Octal | 157 | 301 | 40 | 52 | 0 | 123 | 30 | 133 | 110 | 54 |
| Binary | 1101111 | 11000001 | 100000 | 101010 | 0 | 1010011 | 11000 | 1011011 | 1001000 | 101100 |
Color Harmonies of #6FC120
Complementary color
Monochromatic Colors of #6FC120
Black with #6FC120
Text Example
Text Example
White with #6FC120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC120; }
p { color: rgb(111,193,32); }
H1.HeaderClassName
{
color: #6FC120;
}
.AnyTagClassName
{
color: #6FC120;
}
</style>
background-color css
<style>
a { background-color: #6FC120; }
a { background-color: rgb(111,193,32); }
div.DivClassName
{
background-color: #6FC120;
}
.BgClassName
{
background-color: #6FC120;
}
</style>
border-color css
<style>
span { border-color: #6FC120; }
span { border-color: rgb(111,193,32); }
td.TdClassName
{
border-color: #6FC120;
}
.TagClassName
{
border-color: #6FC120;
}
</style>