Shades of Christi #6AB50B
Tints of Christi #6AB50B
RGB
CMYK
RGB Variations
Color information
#6AB50B (or 0x6AB50B) is known color: Christi. HEX triplet: 6A, B5 and 0B. RGB value is (106,181,11). Sum of RGB (Red+Green+Blue) = 106+181+11=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 181 (71.09% from 255 or 60.74% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 181 - color contains mainly: green. Hex color #6AB50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB50B is #954AF4. Grayscale: #8B8B8B. Windows color (decimal): -9784053 or 767338. OLE color: 767338.
HSL color Cylindrical-coordinate representation of color #6AB50B: hue angle of 86.47º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AB50B is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 181 | 11 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.29 |
| HSL | 86.47º | 0.89% | 0.38% | - |
| HSV(B) | 86.47º | 0.94% | 0.71% | - |
| XYZ | 22.53 | 36.14 | 6.1 | - |
| YUV | 139.2 | 55.65 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 181 | 11 | 0.41 | 0 | 0.94 | 0.29 | 86.47 | 0.89 | 0.38 |
| Hex | 6A | B5 | B | 29 | 0 | 5E | 1D | 56 | 59 | 26 |
| Octal | 152 | 265 | 13 | 51 | 0 | 136 | 35 | 126 | 131 | 46 |
| Binary | 1101010 | 10110101 | 1011 | 101001 | 0 | 1011110 | 11101 | 1010110 | 1011001 | 100110 |
Color Harmonies of #6AB50B
Complementary color
Monochromatic Colors of #6AB50B
Black with #6AB50B
Text Example
Text Example
White with #6AB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB50B; }
p { color: rgb(106,181,11); }
H1.HeaderClassName
{
color: #6AB50B;
}
.AnyTagClassName
{
color: #6AB50B;
}
</style>
background-color css
<style>
a { background-color: #6AB50B; }
a { background-color: rgb(106,181,11); }
div.DivClassName
{
background-color: #6AB50B;
}
.BgClassName
{
background-color: #6AB50B;
}
</style>
border-color css
<style>
span { border-color: #6AB50B; }
span { border-color: rgb(106,181,11); }
td.TdClassName
{
border-color: #6AB50B;
}
.TagClassName
{
border-color: #6AB50B;
}
</style>