Shades of Christi #6AB010
Tints of Christi #6AB010
RGB
CMYK
RGB Variations
Color information
#6AB010 (or 0x6AB010) is known color: Christi. HEX triplet: 6A, B0 and 10. RGB value is (106,176,16). Sum of RGB (Red+Green+Blue) = 106+176+16=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 176 (69.14% from 255 or 59.06% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AB010 is #954FEF. Grayscale: #898989. Windows color (decimal): -9785328 or 1093738. OLE color: 1093738.
HSL color Cylindrical-coordinate representation of color #6AB010: hue angle of 86.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AB010 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 176 | 16 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.31 |
| HSL | 86.25º | 0.83% | 0.38% | - |
| HSV(B) | 86.25º | 0.91% | 0.69% | - |
| XYZ | 21.56 | 34.15 | 5.95 | - |
| YUV | 136.83 | 59.81 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 176 | 16 | 0.40 | 0 | 0.91 | 0.31 | 86.25 | 0.83 | 0.38 |
| Hex | 6A | B0 | 10 | 28 | 0 | 5B | 1F | 56 | 53 | 26 |
| Octal | 152 | 260 | 20 | 50 | 0 | 133 | 37 | 126 | 123 | 46 |
| Binary | 1101010 | 10110000 | 10000 | 101000 | 0 | 1011011 | 11111 | 1010110 | 1010011 | 100110 |
Color Harmonies of #6AB010
Complementary color
Monochromatic Colors of #6AB010
Black with #6AB010
Text Example
Text Example
White with #6AB010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB010; }
p { color: rgb(106,176,16); }
H1.HeaderClassName
{
color: #6AB010;
}
.AnyTagClassName
{
color: #6AB010;
}
</style>
background-color css
<style>
a { background-color: #6AB010; }
a { background-color: rgb(106,176,16); }
div.DivClassName
{
background-color: #6AB010;
}
.BgClassName
{
background-color: #6AB010;
}
</style>
border-color css
<style>
span { border-color: #6AB010; }
span { border-color: rgb(106,176,16); }
td.TdClassName
{
border-color: #6AB010;
}
.TagClassName
{
border-color: #6AB010;
}
</style>