Shades of Christi #6FC620
Tints of Christi #6FC620
RGB
CMYK
RGB Variations
Color information
#6FC620 (or 0x6FC620) is known color: Christi. HEX triplet: 6F, C6 and 20. RGB value is (111,198,32). Sum of RGB (Red+Green+Blue) = 111+198+32=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 198 (77.73% from 255 or 58.06% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 198 - color contains mainly: green. Hex color #6FC620 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC620 is #9039DF. Grayscale: #999999. Windows color (decimal): -9452000 or 2147951. OLE color: 2147951.
HSL color Cylindrical-coordinate representation of color #6FC620: hue angle of 91.45º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6FC620 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 198 | 32 | - |
| CMYK | 0.44 | 0 | 0.84 | 0.22 |
| HSL | 91.45º | 0.72% | 0.45% | - |
| HSV(B) | 91.45º | 0.84% | 0.78% | - |
| XYZ | 27.01 | 43.87 | 8.41 | - |
| YUV | 153.06 | 59.68 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 198 | 32 | 0.44 | 0 | 0.84 | 0.22 | 91.45 | 0.72 | 0.45 |
| Hex | 6F | C6 | 20 | 2C | 0 | 54 | 16 | 5B | 48 | 2D |
| Octal | 157 | 306 | 40 | 54 | 0 | 124 | 26 | 133 | 110 | 55 |
| Binary | 1101111 | 11000110 | 100000 | 101100 | 0 | 1010100 | 10110 | 1011011 | 1001000 | 101101 |
Color Harmonies of #6FC620
Complementary color
Monochromatic Colors of #6FC620
Black with #6FC620
Text Example
Text Example
White with #6FC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC620; }
p { color: rgb(111,198,32); }
H1.HeaderClassName
{
color: #6FC620;
}
.AnyTagClassName
{
color: #6FC620;
}
</style>
background-color css
<style>
a { background-color: #6FC620; }
a { background-color: rgb(111,198,32); }
div.DivClassName
{
background-color: #6FC620;
}
.BgClassName
{
background-color: #6FC620;
}
</style>
border-color css
<style>
span { border-color: #6FC620; }
span { border-color: rgb(111,198,32); }
td.TdClassName
{
border-color: #6FC620;
}
.TagClassName
{
border-color: #6FC620;
}
</style>