Shades of Christi #6AB00F
Tints of Christi #6AB00F
RGB
CMYK
RGB Variations
Color information
#6AB00F (or 0x6AB00F) is known color: Christi. HEX triplet: 6A, B0 and 0F. RGB value is (106,176,15). Sum of RGB (Red+Green+Blue) = 106+176+15=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 176 (69.14% from 255 or 59.26% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB00F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AB00F is #954FF0. Grayscale: #898989. Windows color (decimal): -9785329 or 1028202. OLE color: 1028202.
HSL color Cylindrical-coordinate representation of color #6AB00F: hue angle of 86.09º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AB00F is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 176 | 15 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.31 |
| HSL | 86.09º | 0.84% | 0.37% | - |
| HSV(B) | 86.09º | 0.91% | 0.69% | - |
| XYZ | 21.56 | 34.15 | 5.91 | - |
| YUV | 136.72 | 59.31 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 176 | 15 | 0.40 | 0 | 0.91 | 0.31 | 86.09 | 0.84 | 0.37 |
| Hex | 6A | B0 | F | 28 | 0 | 5B | 1F | 56 | 54 | 25 |
| Octal | 152 | 260 | 17 | 50 | 0 | 133 | 37 | 126 | 124 | 45 |
| Binary | 1101010 | 10110000 | 1111 | 101000 | 0 | 1011011 | 11111 | 1010110 | 1010100 | 100101 |
Color Harmonies of #6AB00F
Complementary color
Monochromatic Colors of #6AB00F
Black with #6AB00F
Text Example
Text Example
White with #6AB00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB00F; }
p { color: rgb(106,176,15); }
H1.HeaderClassName
{
color: #6AB00F;
}
.AnyTagClassName
{
color: #6AB00F;
}
</style>
background-color css
<style>
a { background-color: #6AB00F; }
a { background-color: rgb(106,176,15); }
div.DivClassName
{
background-color: #6AB00F;
}
.BgClassName
{
background-color: #6AB00F;
}
</style>
border-color css
<style>
span { border-color: #6AB00F; }
span { border-color: rgb(106,176,15); }
td.TdClassName
{
border-color: #6AB00F;
}
.TagClassName
{
border-color: #6AB00F;
}
</style>