Shades of Christi #6FB71B
Tints of Christi #6FB71B
RGB
CMYK
RGB Variations
Color information
#6FB71B (or 0x6FB71B) is known color: Christi. HEX triplet: 6F, B7 and 1B. RGB value is (111,183,27). Sum of RGB (Red+Green+Blue) = 111+183+27=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB71B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB71B is #9048E4. Grayscale: #909090. Windows color (decimal): -9455845 or 1816431. OLE color: 1816431.
HSL color Cylindrical-coordinate representation of color #6FB71B: hue angle of 87.69º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6FB71B is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 183 | 27 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.28 |
| HSL | 87.69º | 0.74% | 0.41% | - |
| HSV(B) | 87.69º | 0.85% | 0.72% | - |
| XYZ | 23.69 | 37.33 | 6.99 | - |
| YUV | 143.69 | 62.15 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 183 | 27 | 0.39 | 0 | 0.85 | 0.28 | 87.69 | 0.74 | 0.41 |
| Hex | 6F | B7 | 1B | 27 | 0 | 55 | 1C | 58 | 4A | 29 |
| Octal | 157 | 267 | 33 | 47 | 0 | 125 | 34 | 130 | 112 | 51 |
| Binary | 1101111 | 10110111 | 11011 | 100111 | 0 | 1010101 | 11100 | 1011000 | 1001010 | 101001 |
Color Harmonies of #6FB71B
Complementary color
Monochromatic Colors of #6FB71B
Black with #6FB71B
Text Example
Text Example
White with #6FB71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB71B; }
p { color: rgb(111,183,27); }
H1.HeaderClassName
{
color: #6FB71B;
}
.AnyTagClassName
{
color: #6FB71B;
}
</style>
background-color css
<style>
a { background-color: #6FB71B; }
a { background-color: rgb(111,183,27); }
div.DivClassName
{
background-color: #6FB71B;
}
.BgClassName
{
background-color: #6FB71B;
}
</style>
border-color css
<style>
span { border-color: #6FB71B; }
span { border-color: rgb(111,183,27); }
td.TdClassName
{
border-color: #6FB71B;
}
.TagClassName
{
border-color: #6FB71B;
}
</style>