Shades of Christi #6BB900
Tints of Christi #6BB900
RGB
CMYK
RGB Variations
Color information
#6BB900 (or 0x6BB900) is known color: Christi. HEX triplet: 6B, B9 and 00. RGB value is (107,185,0). Sum of RGB (Red+Green+Blue) = 107+185+0=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 185 (72.66% from 255 or 63.36% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 185 - color contains mainly: green. Hex color #6BB900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BB900 is #9446FF. Grayscale: #8D8D8D. Windows color (decimal): -9717504 or 47467. OLE color: 47467.
HSL color Cylindrical-coordinate representation of color #6BB900: hue angle of 85.3º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6BB900 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 185 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.27 |
| HSL | 85.3º | 1% | 0.36% | - |
| HSV(B) | 85.3º | 1% | 0.73% | - |
| XYZ | 23.41 | 37.82 | 6.07 | - |
| YUV | 140.59 | 48.66 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 185 | 0 | 0.42 | 0 | 1 | 0.27 | 85.3 | 1 | 0.36 |
| Hex | 6B | B9 | 0 | 2A | 0 | 64 | 1B | 55 | 64 | 24 |
| Octal | 153 | 271 | 0 | 52 | 0 | 144 | 33 | 125 | 144 | 44 |
| Binary | 1101011 | 10111001 | 0 | 101010 | 0 | 1100100 | 11011 | 1010101 | 1100100 | 100100 |
Color Harmonies of #6BB900
Complementary color
Monochromatic Colors of #6BB900
Black with #6BB900
Text Example
Text Example
White with #6BB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB900; }
p { color: rgb(107,185,0); }
H1.HeaderClassName
{
color: #6BB900;
}
.AnyTagClassName
{
color: #6BB900;
}
</style>
background-color css
<style>
a { background-color: #6BB900; }
a { background-color: rgb(107,185,0); }
div.DivClassName
{
background-color: #6BB900;
}
.BgClassName
{
background-color: #6BB900;
}
</style>
border-color css
<style>
span { border-color: #6BB900; }
span { border-color: rgb(107,185,0); }
td.TdClassName
{
border-color: #6BB900;
}
.TagClassName
{
border-color: #6BB900;
}
</style>