Shades of Christi #6FB40C
Tints of Christi #6FB40C
RGB
CMYK
RGB Variations
Color information
#6FB40C (or 0x6FB40C) is known color: Christi. HEX triplet: 6F, B4 and 0C. RGB value is (111,180,12). Sum of RGB (Red+Green+Blue) = 111+180+12=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB40C is #904BF3. Grayscale: #8C8C8C. Windows color (decimal): -9456628 or 832623. OLE color: 832623.
HSL color Cylindrical-coordinate representation of color #6FB40C: hue angle of 84.64º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6FB40C is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 12 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.29 |
| HSL | 84.64º | 0.88% | 0.38% | - |
| HSV(B) | 84.64º | 0.93% | 0.71% | - |
| XYZ | 22.94 | 36.05 | 6.1 | - |
| YUV | 140.22 | 55.64 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 12 | 0.38 | 0 | 0.93 | 0.29 | 84.64 | 0.88 | 0.38 |
| Hex | 6F | B4 | C | 26 | 0 | 5D | 1D | 55 | 58 | 26 |
| Octal | 157 | 264 | 14 | 46 | 0 | 135 | 35 | 125 | 130 | 46 |
| Binary | 1101111 | 10110100 | 1100 | 100110 | 0 | 1011101 | 11101 | 1010101 | 1011000 | 100110 |
Color Harmonies of #6FB40C
Complementary color
Monochromatic Colors of #6FB40C
Black with #6FB40C
Text Example
Text Example
White with #6FB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB40C; }
p { color: rgb(111,180,12); }
H1.HeaderClassName
{
color: #6FB40C;
}
.AnyTagClassName
{
color: #6FB40C;
}
</style>
background-color css
<style>
a { background-color: #6FB40C; }
a { background-color: rgb(111,180,12); }
div.DivClassName
{
background-color: #6FB40C;
}
.BgClassName
{
background-color: #6FB40C;
}
</style>
border-color css
<style>
span { border-color: #6FB40C; }
span { border-color: rgb(111,180,12); }
td.TdClassName
{
border-color: #6FB40C;
}
.TagClassName
{
border-color: #6FB40C;
}
</style>