Shades of Christi #6FB81B
Tints of Christi #6FB81B
RGB
CMYK
RGB Variations
Color information
#6FB81B (or 0x6FB81B) is known color: Christi. HEX triplet: 6F, B8 and 1B. RGB value is (111,184,27). Sum of RGB (Red+Green+Blue) = 111+184+27=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #6FB81B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB81B is #9047E4. Grayscale: #909090. Windows color (decimal): -9455589 or 1816687. OLE color: 1816687.
HSL color Cylindrical-coordinate representation of color #6FB81B: hue angle of 87.9º 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 #6FB81B is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 184 | 27 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.28 |
| HSL | 87.9º | 0.74% | 0.41% | - |
| HSV(B) | 87.9º | 0.85% | 0.72% | - |
| XYZ | 23.89 | 37.74 | 7.06 | - |
| YUV | 144.28 | 61.82 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 184 | 27 | 0.40 | 0 | 0.85 | 0.28 | 87.9 | 0.74 | 0.41 |
| Hex | 6F | B8 | 1B | 28 | 0 | 55 | 1C | 58 | 4A | 29 |
| Octal | 157 | 270 | 33 | 50 | 0 | 125 | 34 | 130 | 112 | 51 |
| Binary | 1101111 | 10111000 | 11011 | 101000 | 0 | 1010101 | 11100 | 1011000 | 1001010 | 101001 |
Color Harmonies of #6FB81B
Complementary color
Monochromatic Colors of #6FB81B
Black with #6FB81B
Text Example
Text Example
White with #6FB81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB81B; }
p { color: rgb(111,184,27); }
H1.HeaderClassName
{
color: #6FB81B;
}
.AnyTagClassName
{
color: #6FB81B;
}
</style>
background-color css
<style>
a { background-color: #6FB81B; }
a { background-color: rgb(111,184,27); }
div.DivClassName
{
background-color: #6FB81B;
}
.BgClassName
{
background-color: #6FB81B;
}
</style>
border-color css
<style>
span { border-color: #6FB81B; }
span { border-color: rgb(111,184,27); }
td.TdClassName
{
border-color: #6FB81B;
}
.TagClassName
{
border-color: #6FB81B;
}
</style>