Shades of Christi #6AB319
Tints of Christi #6AB319
RGB
CMYK
RGB Variations
Color information
#6AB319 (or 0x6AB319) is known color: Christi. HEX triplet: 6A, B3 and 19. RGB value is (106,179,25). Sum of RGB (Red+Green+Blue) = 106+179+25=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 179 (70.31% from 255 or 57.74% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB319 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB319 is #954CE6. Grayscale: #8C8C8C. Windows color (decimal): -9784551 or 1684330. OLE color: 1684330.
HSL color Cylindrical-coordinate representation of color #6AB319: hue angle of 88.44º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6AB319 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 179 | 25 | - |
| CMYK | 0.41 | 0 | 0.86 | 0.30 |
| HSL | 88.44º | 0.75% | 0.4% | - |
| HSV(B) | 88.44º | 0.86% | 0.7% | - |
| XYZ | 22.24 | 35.37 | 6.58 | - |
| YUV | 139.62 | 63.32 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 179 | 25 | 0.41 | 0 | 0.86 | 0.30 | 88.44 | 0.75 | 0.4 |
| Hex | 6A | B3 | 19 | 29 | 0 | 56 | 1E | 58 | 4B | 28 |
| Octal | 152 | 263 | 31 | 51 | 0 | 126 | 36 | 130 | 113 | 50 |
| Binary | 1101010 | 10110011 | 11001 | 101001 | 0 | 1010110 | 11110 | 1011000 | 1001011 | 101000 |
Color Harmonies of #6AB319
Complementary color
Monochromatic Colors of #6AB319
Black with #6AB319
Text Example
Text Example
White with #6AB319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB319; }
p { color: rgb(106,179,25); }
H1.HeaderClassName
{
color: #6AB319;
}
.AnyTagClassName
{
color: #6AB319;
}
</style>
background-color css
<style>
a { background-color: #6AB319; }
a { background-color: rgb(106,179,25); }
div.DivClassName
{
background-color: #6AB319;
}
.BgClassName
{
background-color: #6AB319;
}
</style>
border-color css
<style>
span { border-color: #6AB319; }
span { border-color: rgb(106,179,25); }
td.TdClassName
{
border-color: #6AB319;
}
.TagClassName
{
border-color: #6AB319;
}
</style>