Shades of Christi #6FB42B
Tints of Christi #6FB42B
RGB
CMYK
RGB Variations
Color information
#6FB42B (or 0x6FB42B) is known color: Christi. HEX triplet: 6F, B4 and 2B. RGB value is (111,180,43). Sum of RGB (Red+Green+Blue) = 111+180+43=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB42B is #904BD4. Grayscale: #909090. Windows color (decimal): -9456597 or 2864239. OLE color: 2864239.
HSL color Cylindrical-coordinate representation of color #6FB42B: hue angle of 90.22º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6FB42B is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 43 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.29 |
| HSL | 90.22º | 0.61% | 0.44% | - |
| HSV(B) | 90.22º | 0.76% | 0.71% | - |
| XYZ | 23.31 | 36.2 | 8.04 | - |
| YUV | 143.75 | 71.14 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 43 | 0.38 | 0 | 0.76 | 0.29 | 90.22 | 0.61 | 0.44 |
| Hex | 6F | B4 | 2B | 26 | 0 | 4C | 1D | 5A | 3D | 2C |
| Octal | 157 | 264 | 53 | 46 | 0 | 114 | 35 | 132 | 75 | 54 |
| Binary | 1101111 | 10110100 | 101011 | 100110 | 0 | 1001100 | 11101 | 1011010 | 111101 | 101100 |
Color Harmonies of #6FB42B
Complementary color
Monochromatic Colors of #6FB42B
Black with #6FB42B
Text Example
Text Example
White with #6FB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB42B; }
p { color: rgb(111,180,43); }
H1.HeaderClassName
{
color: #6FB42B;
}
.AnyTagClassName
{
color: #6FB42B;
}
</style>
background-color css
<style>
a { background-color: #6FB42B; }
a { background-color: rgb(111,180,43); }
div.DivClassName
{
background-color: #6FB42B;
}
.BgClassName
{
background-color: #6FB42B;
}
</style>
border-color css
<style>
span { border-color: #6FB42B; }
span { border-color: rgb(111,180,43); }
td.TdClassName
{
border-color: #6FB42B;
}
.TagClassName
{
border-color: #6FB42B;
}
</style>