Shades of Christi #6FB61D
Tints of Christi #6FB61D
RGB
CMYK
RGB Variations
Color information
#6FB61D (or 0x6FB61D) is known color: Christi. HEX triplet: 6F, B6 and 1D. RGB value is (111,182,29). Sum of RGB (Red+Green+Blue) = 111+182+29=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #6FB61D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB61D is #9049E2. Grayscale: #8F8F8F. Windows color (decimal): -9456099 or 1947247. OLE color: 1947247.
HSL color Cylindrical-coordinate representation of color #6FB61D: hue angle of 87.84º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6FB61D is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 182 | 29 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.29 |
| HSL | 87.84º | 0.73% | 0.41% | - |
| HSV(B) | 87.84º | 0.84% | 0.71% | - |
| XYZ | 23.51 | 36.92 | 7.05 | - |
| YUV | 143.33 | 63.48 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 182 | 29 | 0.39 | 0 | 0.84 | 0.29 | 87.84 | 0.73 | 0.41 |
| Hex | 6F | B6 | 1D | 27 | 0 | 54 | 1D | 58 | 49 | 29 |
| Octal | 157 | 266 | 35 | 47 | 0 | 124 | 35 | 130 | 111 | 51 |
| Binary | 1101111 | 10110110 | 11101 | 100111 | 0 | 1010100 | 11101 | 1011000 | 1001001 | 101001 |
Color Harmonies of #6FB61D
Complementary color
Monochromatic Colors of #6FB61D
Black with #6FB61D
Text Example
Text Example
White with #6FB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB61D; }
p { color: rgb(111,182,29); }
H1.HeaderClassName
{
color: #6FB61D;
}
.AnyTagClassName
{
color: #6FB61D;
}
</style>
background-color css
<style>
a { background-color: #6FB61D; }
a { background-color: rgb(111,182,29); }
div.DivClassName
{
background-color: #6FB61D;
}
.BgClassName
{
background-color: #6FB61D;
}
</style>
border-color css
<style>
span { border-color: #6FB61D; }
span { border-color: rgb(111,182,29); }
td.TdClassName
{
border-color: #6FB61D;
}
.TagClassName
{
border-color: #6FB61D;
}
</style>