Shades of Christi #6BC90B
Tints of Christi #6BC90B
RGB
CMYK
RGB Variations
Color information
#6BC90B (or 0x6BC90B) is known color: Christi. HEX triplet: 6B, C9 and 0B. RGB value is (107,201,11). Sum of RGB (Red+Green+Blue) = 107+201+11=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 201 (78.91% from 255 or 63.01% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC90B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC90B is #9436F4. Grayscale: #979797. Windows color (decimal): -9713397 or 772459. OLE color: 772459.
HSL color Cylindrical-coordinate representation of color #6BC90B: hue angle of 89.68º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6BC90B is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 201 | 11 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.21 |
| HSL | 89.68º | 0.9% | 0.42% | - |
| HSV(B) | 89.68º | 0.95% | 0.79% | - |
| XYZ | 27.01 | 44.92 | 7.56 | - |
| YUV | 151.23 | 48.86 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 201 | 11 | 0.47 | 0 | 0.95 | 0.21 | 89.68 | 0.9 | 0.42 |
| Hex | 6B | C9 | B | 2F | 0 | 5F | 15 | 5A | 5A | 2A |
| Octal | 153 | 311 | 13 | 57 | 0 | 137 | 25 | 132 | 132 | 52 |
| Binary | 1101011 | 11001001 | 1011 | 101111 | 0 | 1011111 | 10101 | 1011010 | 1011010 | 101010 |
Color Harmonies of #6BC90B
Complementary color
Monochromatic Colors of #6BC90B
Black with #6BC90B
Text Example
Text Example
White with #6BC90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC90B; }
p { color: rgb(107,201,11); }
H1.HeaderClassName
{
color: #6BC90B;
}
.AnyTagClassName
{
color: #6BC90B;
}
</style>
background-color css
<style>
a { background-color: #6BC90B; }
a { background-color: rgb(107,201,11); }
div.DivClassName
{
background-color: #6BC90B;
}
.BgClassName
{
background-color: #6BC90B;
}
</style>
border-color css
<style>
span { border-color: #6BC90B; }
span { border-color: rgb(107,201,11); }
td.TdClassName
{
border-color: #6BC90B;
}
.TagClassName
{
border-color: #6BC90B;
}
</style>