Shades of Christi #6FB71D
Tints of Christi #6FB71D
RGB
CMYK
RGB Variations
Color information
#6FB71D (or 0x6FB71D) is known color: Christi. HEX triplet: 6F, B7 and 1D. RGB value is (111,183,29). Sum of RGB (Red+Green+Blue) = 111+183+29=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB71D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB71D is #9048E2. Grayscale: #909090. Windows color (decimal): -9455843 or 1947503. OLE color: 1947503.
HSL color Cylindrical-coordinate representation of color #6FB71D: hue angle of 88.05º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6FB71D is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 183 | 29 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.28 |
| HSL | 88.05º | 0.73% | 0.42% | - |
| HSV(B) | 88.05º | 0.84% | 0.72% | - |
| XYZ | 23.71 | 37.34 | 7.12 | - |
| YUV | 143.92 | 63.15 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 183 | 29 | 0.39 | 0 | 0.84 | 0.28 | 88.05 | 0.73 | 0.42 |
| Hex | 6F | B7 | 1D | 27 | 0 | 54 | 1C | 58 | 49 | 2A |
| Octal | 157 | 267 | 35 | 47 | 0 | 124 | 34 | 130 | 111 | 52 |
| Binary | 1101111 | 10110111 | 11101 | 100111 | 0 | 1010100 | 11100 | 1011000 | 1001001 | 101010 |
Color Harmonies of #6FB71D
Complementary color
Monochromatic Colors of #6FB71D
Black with #6FB71D
Text Example
Text Example
White with #6FB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB71D; }
p { color: rgb(111,183,29); }
H1.HeaderClassName
{
color: #6FB71D;
}
.AnyTagClassName
{
color: #6FB71D;
}
</style>
background-color css
<style>
a { background-color: #6FB71D; }
a { background-color: rgb(111,183,29); }
div.DivClassName
{
background-color: #6FB71D;
}
.BgClassName
{
background-color: #6FB71D;
}
</style>
border-color css
<style>
span { border-color: #6FB71D; }
span { border-color: rgb(111,183,29); }
td.TdClassName
{
border-color: #6FB71D;
}
.TagClassName
{
border-color: #6FB71D;
}
</style>