Shades of Christi #6AB028
Tints of Christi #6AB028
RGB
CMYK
RGB Variations
Color information
#6AB028 (or 0x6AB028) is known color: Christi. HEX triplet: 6A, B0 and 28. RGB value is (106,176,40). Sum of RGB (Red+Green+Blue) = 106+176+40=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB028 is #954FD7. Grayscale: #8C8C8C. Windows color (decimal): -9785304 or 2666602. OLE color: 2666602.
HSL color Cylindrical-coordinate representation of color #6AB028: hue angle of 90.88º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6AB028 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 176 | 40 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.31 |
| HSL | 90.88º | 0.63% | 0.42% | - |
| HSV(B) | 90.88º | 0.77% | 0.69% | - |
| XYZ | 21.85 | 34.27 | 7.47 | - |
| YUV | 139.57 | 71.81 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 176 | 40 | 0.40 | 0 | 0.77 | 0.31 | 90.88 | 0.63 | 0.42 |
| Hex | 6A | B0 | 28 | 28 | 0 | 4D | 1F | 5B | 3F | 2A |
| Octal | 152 | 260 | 50 | 50 | 0 | 115 | 37 | 133 | 77 | 52 |
| Binary | 1101010 | 10110000 | 101000 | 101000 | 0 | 1001101 | 11111 | 1011011 | 111111 | 101010 |
Color Harmonies of #6AB028
Complementary color
Monochromatic Colors of #6AB028
Black with #6AB028
Text Example
Text Example
White with #6AB028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB028; }
p { color: rgb(106,176,40); }
H1.HeaderClassName
{
color: #6AB028;
}
.AnyTagClassName
{
color: #6AB028;
}
</style>
background-color css
<style>
a { background-color: #6AB028; }
a { background-color: rgb(106,176,40); }
div.DivClassName
{
background-color: #6AB028;
}
.BgClassName
{
background-color: #6AB028;
}
</style>
border-color css
<style>
span { border-color: #6AB028; }
span { border-color: rgb(106,176,40); }
td.TdClassName
{
border-color: #6AB028;
}
.TagClassName
{
border-color: #6AB028;
}
</style>