Shades of Christi #6BAB10
Tints of Christi #6BAB10
RGB
CMYK
RGB Variations
Color information
#6BAB10 (or 0x6BAB10) is known color: Christi. HEX triplet: 6B, AB and 10. RGB value is (107,171,16). Sum of RGB (Red+Green+Blue) = 107+171+16=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAB10 is #9454EF. Grayscale: #868686. Windows color (decimal): -9721072 or 1092459. OLE color: 1092459.
HSL color Cylindrical-coordinate representation of color #6BAB10: hue angle of 84.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BAB10 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 16 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.33 |
| HSL | 84.77º | 0.83% | 0.37% | - |
| HSV(B) | 84.77º | 0.91% | 0.67% | - |
| XYZ | 20.72 | 32.29 | 5.63 | - |
| YUV | 134.19 | 61.3 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 16 | 0.37 | 0 | 0.91 | 0.33 | 84.77 | 0.83 | 0.37 |
| Hex | 6B | AB | 10 | 25 | 0 | 5B | 21 | 55 | 53 | 25 |
| Octal | 153 | 253 | 20 | 45 | 0 | 133 | 41 | 125 | 123 | 45 |
| Binary | 1101011 | 10101011 | 10000 | 100101 | 0 | 1011011 | 100001 | 1010101 | 1010011 | 100101 |
Color Harmonies of #6BAB10
Complementary color
Monochromatic Colors of #6BAB10
Black with #6BAB10
Text Example
Text Example
White with #6BAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB10; }
p { color: rgb(107,171,16); }
H1.HeaderClassName
{
color: #6BAB10;
}
.AnyTagClassName
{
color: #6BAB10;
}
</style>
background-color css
<style>
a { background-color: #6BAB10; }
a { background-color: rgb(107,171,16); }
div.DivClassName
{
background-color: #6BAB10;
}
.BgClassName
{
background-color: #6BAB10;
}
</style>
border-color css
<style>
span { border-color: #6BAB10; }
span { border-color: rgb(107,171,16); }
td.TdClassName
{
border-color: #6BAB10;
}
.TagClassName
{
border-color: #6BAB10;
}
</style>