Shades of Christi #6ABB0F
Tints of Christi #6ABB0F
RGB
CMYK
RGB Variations
Color information
#6ABB0F (or 0x6ABB0F) is known color: Christi. HEX triplet: 6A, BB and 0F. RGB value is (106,187,15). Sum of RGB (Red+Green+Blue) = 106+187+15=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABB0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABB0F is #9544F0. Grayscale: #8F8F8F. Windows color (decimal): -9782513 or 1031018. OLE color: 1031018.
HSL color Cylindrical-coordinate representation of color #6ABB0F: hue angle of 88.26º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6ABB0F is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 187 | 15 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.27 |
| HSL | 88.26º | 0.85% | 0.4% | - |
| HSV(B) | 88.26º | 0.92% | 0.73% | - |
| XYZ | 23.8 | 38.64 | 6.66 | - |
| YUV | 143.17 | 55.66 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 15 | 0.43 | 0 | 0.92 | 0.27 | 88.26 | 0.85 | 0.4 |
| Hex | 6A | BB | F | 2B | 0 | 5C | 1B | 58 | 55 | 28 |
| Octal | 152 | 273 | 17 | 53 | 0 | 134 | 33 | 130 | 125 | 50 |
| Binary | 1101010 | 10111011 | 1111 | 101011 | 0 | 1011100 | 11011 | 1011000 | 1010101 | 101000 |
Color Harmonies of #6ABB0F
Complementary color
Monochromatic Colors of #6ABB0F
Black with #6ABB0F
Text Example
Text Example
White with #6ABB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABB0F; }
p { color: rgb(106,187,15); }
H1.HeaderClassName
{
color: #6ABB0F;
}
.AnyTagClassName
{
color: #6ABB0F;
}
</style>
background-color css
<style>
a { background-color: #6ABB0F; }
a { background-color: rgb(106,187,15); }
div.DivClassName
{
background-color: #6ABB0F;
}
.BgClassName
{
background-color: #6ABB0F;
}
</style>
border-color css
<style>
span { border-color: #6ABB0F; }
span { border-color: rgb(106,187,15); }
td.TdClassName
{
border-color: #6ABB0F;
}
.TagClassName
{
border-color: #6ABB0F;
}
</style>