Shades of Christi #6FB705
Tints of Christi #6FB705
RGB
CMYK
RGB Variations
Color information
#6FB705 (or 0x6FB705) is known color: Christi. HEX triplet: 6F, B7 and 05. RGB value is (111,183,5). Sum of RGB (Red+Green+Blue) = 111+183+5=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 183 (71.88% from 255 or 61.20% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB705 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB705 is #9048FA. Grayscale: #8D8D8D. Windows color (decimal): -9455867 or 374639. OLE color: 374639.
HSL color Cylindrical-coordinate representation of color #6FB705: hue angle of 84.27º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6FB705 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 183 | 5 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.28 |
| HSL | 84.27º | 0.95% | 0.37% | - |
| HSV(B) | 84.27º | 0.97% | 0.72% | - |
| XYZ | 23.52 | 37.26 | 6.1 | - |
| YUV | 141.18 | 51.15 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 183 | 5 | 0.39 | 0 | 0.97 | 0.28 | 84.27 | 0.95 | 0.37 |
| Hex | 6F | B7 | 5 | 27 | 0 | 61 | 1C | 54 | 5F | 25 |
| Octal | 157 | 267 | 5 | 47 | 0 | 141 | 34 | 124 | 137 | 45 |
| Binary | 1101111 | 10110111 | 101 | 100111 | 0 | 1100001 | 11100 | 1010100 | 1011111 | 100101 |
Color Harmonies of #6FB705
Complementary color
Monochromatic Colors of #6FB705
Black with #6FB705
Text Example
Text Example
White with #6FB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB705; }
p { color: rgb(111,183,5); }
H1.HeaderClassName
{
color: #6FB705;
}
.AnyTagClassName
{
color: #6FB705;
}
</style>
background-color css
<style>
a { background-color: #6FB705; }
a { background-color: rgb(111,183,5); }
div.DivClassName
{
background-color: #6FB705;
}
.BgClassName
{
background-color: #6FB705;
}
</style>
border-color css
<style>
span { border-color: #6FB705; }
span { border-color: rgb(111,183,5); }
td.TdClassName
{
border-color: #6FB705;
}
.TagClassName
{
border-color: #6FB705;
}
</style>