Shades of Christi #6AB200
Tints of Christi #6AB200
RGB
CMYK
RGB Variations
Color information
#6AB200 (or 0x6AB200) is known color: Christi. HEX triplet: 6A, B2 and 00. RGB value is (106,178,0). Sum of RGB (Red+Green+Blue) = 106+178+0=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 178 (69.92% from 255 or 62.68% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AB200 is #954DFF. Grayscale: #888888. Windows color (decimal): -9784832 or 45674. OLE color: 45674.
HSL color Cylindrical-coordinate representation of color #6AB200: hue angle of 84.27º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AB200 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 178 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.30 |
| HSL | 84.27º | 1% | 0.35% | - |
| HSV(B) | 84.27º | 1% | 0.7% | - |
| XYZ | 21.86 | 34.9 | 5.58 | - |
| YUV | 136.18 | 51.15 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 0 | 0.40 | 0 | 1 | 0.30 | 84.27 | 1 | 0.35 |
| Hex | 6A | B2 | 0 | 28 | 0 | 64 | 1E | 54 | 64 | 23 |
| Octal | 152 | 262 | 0 | 50 | 0 | 144 | 36 | 124 | 144 | 43 |
| Binary | 1101010 | 10110010 | 0 | 101000 | 0 | 1100100 | 11110 | 1010100 | 1100100 | 100011 |
Color Harmonies of #6AB200
Complementary color
Monochromatic Colors of #6AB200
Black with #6AB200
Text Example
Text Example
White with #6AB200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB200; }
p { color: rgb(106,178,0); }
H1.HeaderClassName
{
color: #6AB200;
}
.AnyTagClassName
{
color: #6AB200;
}
</style>
background-color css
<style>
a { background-color: #6AB200; }
a { background-color: rgb(106,178,0); }
div.DivClassName
{
background-color: #6AB200;
}
.BgClassName
{
background-color: #6AB200;
}
</style>
border-color css
<style>
span { border-color: #6AB200; }
span { border-color: rgb(106,178,0); }
td.TdClassName
{
border-color: #6AB200;
}
.TagClassName
{
border-color: #6AB200;
}
</style>