Shades of Christi #6AB027
Tints of Christi #6AB027
RGB
CMYK
RGB Variations
Color information
#6AB027 (or 0x6AB027) is known color: Christi. HEX triplet: 6A, B0 and 27. RGB value is (106,176,39). Sum of RGB (Red+Green+Blue) = 106+176+39=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 176 (69.14% from 255 or 54.83% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB027 is #954FD8. Grayscale: #8B8B8B. Windows color (decimal): -9785305 or 2601066. OLE color: 2601066.
HSL color Cylindrical-coordinate representation of color #6AB027: hue angle of 90.66º 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 #6AB027 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 176 | 39 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.31 |
| HSL | 90.66º | 0.64% | 0.42% | - |
| HSV(B) | 90.66º | 0.78% | 0.69% | - |
| XYZ | 21.84 | 34.26 | 7.38 | - |
| YUV | 139.45 | 71.31 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 176 | 39 | 0.40 | 0 | 0.78 | 0.31 | 90.66 | 0.64 | 0.42 |
| Hex | 6A | B0 | 27 | 28 | 0 | 4E | 1F | 5B | 40 | 2A |
| Octal | 152 | 260 | 47 | 50 | 0 | 116 | 37 | 133 | 100 | 52 |
| Binary | 1101010 | 10110000 | 100111 | 101000 | 0 | 1001110 | 11111 | 1011011 | 1000000 | 101010 |
Color Harmonies of #6AB027
Complementary color
Monochromatic Colors of #6AB027
Black with #6AB027
Text Example
Text Example
White with #6AB027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB027; }
p { color: rgb(106,176,39); }
H1.HeaderClassName
{
color: #6AB027;
}
.AnyTagClassName
{
color: #6AB027;
}
</style>
background-color css
<style>
a { background-color: #6AB027; }
a { background-color: rgb(106,176,39); }
div.DivClassName
{
background-color: #6AB027;
}
.BgClassName
{
background-color: #6AB027;
}
</style>
border-color css
<style>
span { border-color: #6AB027; }
span { border-color: rgb(106,176,39); }
td.TdClassName
{
border-color: #6AB027;
}
.TagClassName
{
border-color: #6AB027;
}
</style>