Shades of Christi #6AB127
Tints of Christi #6AB127
RGB
CMYK
RGB Variations
Color information
#6AB127 (or 0x6AB127) is known color: Christi. HEX triplet: 6A, B1 and 27. RGB value is (106,177,39). Sum of RGB (Red+Green+Blue) = 106+177+39=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 177 (69.53% from 255 or 54.97% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB127 is #954ED8. Grayscale: #8C8C8C. Windows color (decimal): -9785049 or 2601322. OLE color: 2601322.
HSL color Cylindrical-coordinate representation of color #6AB127: hue angle of 90.87º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6AB127 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 39 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.31 |
| HSL | 90.87º | 0.64% | 0.42% | - |
| HSV(B) | 90.87º | 0.78% | 0.69% | - |
| XYZ | 22.03 | 34.65 | 7.45 | - |
| YUV | 140.04 | 70.98 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 39 | 0.40 | 0 | 0.78 | 0.31 | 90.87 | 0.64 | 0.42 |
| Hex | 6A | B1 | 27 | 28 | 0 | 4E | 1F | 5B | 40 | 2A |
| Octal | 152 | 261 | 47 | 50 | 0 | 116 | 37 | 133 | 100 | 52 |
| Binary | 1101010 | 10110001 | 100111 | 101000 | 0 | 1001110 | 11111 | 1011011 | 1000000 | 101010 |
Color Harmonies of #6AB127
Complementary color
Monochromatic Colors of #6AB127
Black with #6AB127
Text Example
Text Example
White with #6AB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB127; }
p { color: rgb(106,177,39); }
H1.HeaderClassName
{
color: #6AB127;
}
.AnyTagClassName
{
color: #6AB127;
}
</style>
background-color css
<style>
a { background-color: #6AB127; }
a { background-color: rgb(106,177,39); }
div.DivClassName
{
background-color: #6AB127;
}
.BgClassName
{
background-color: #6AB127;
}
</style>
border-color css
<style>
span { border-color: #6AB127; }
span { border-color: rgb(106,177,39); }
td.TdClassName
{
border-color: #6AB127;
}
.TagClassName
{
border-color: #6AB127;
}
</style>