Shades of Christi #6BA316
Tints of Christi #6BA316
RGB
CMYK
RGB Variations
Color information
#6BA316 (or 0x6BA316) is known color: Christi. HEX triplet: 6B, A3 and 16. RGB value is (107,163,22). Sum of RGB (Red+Green+Blue) = 107+163+22=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA316 is #945CE9. Grayscale: #828282. Windows color (decimal): -9723114 or 1483627. OLE color: 1483627.
HSL color Cylindrical-coordinate representation of color #6BA316: hue angle of 83.83º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6BA316 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 163 | 22 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.36 |
| HSL | 83.83º | 0.76% | 0.36% | - |
| HSV(B) | 83.83º | 0.87% | 0.64% | - |
| XYZ | 19.31 | 29.38 | 5.41 | - |
| YUV | 130.18 | 66.95 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 22 | 0.34 | 0 | 0.87 | 0.36 | 83.83 | 0.76 | 0.36 |
| Hex | 6B | A3 | 16 | 22 | 0 | 57 | 24 | 54 | 4C | 24 |
| Octal | 153 | 243 | 26 | 42 | 0 | 127 | 44 | 124 | 114 | 44 |
| Binary | 1101011 | 10100011 | 10110 | 100010 | 0 | 1010111 | 100100 | 1010100 | 1001100 | 100100 |
Color Harmonies of #6BA316
Complementary color
Monochromatic Colors of #6BA316
Black with #6BA316
Text Example
Text Example
White with #6BA316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA316; }
p { color: rgb(107,163,22); }
H1.HeaderClassName
{
color: #6BA316;
}
.AnyTagClassName
{
color: #6BA316;
}
</style>
background-color css
<style>
a { background-color: #6BA316; }
a { background-color: rgb(107,163,22); }
div.DivClassName
{
background-color: #6BA316;
}
.BgClassName
{
background-color: #6BA316;
}
</style>
border-color css
<style>
span { border-color: #6BA316; }
span { border-color: rgb(107,163,22); }
td.TdClassName
{
border-color: #6BA316;
}
.TagClassName
{
border-color: #6BA316;
}
</style>