Shades of Christi #6BA310
Tints of Christi #6BA310
RGB
CMYK
RGB Variations
Color information
#6BA310 (or 0x6BA310) is known color: Christi. HEX triplet: 6B, A3 and 10. RGB value is (107,163,16). Sum of RGB (Red+Green+Blue) = 107+163+16=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA310 is #945CEF. Grayscale: #828282. Windows color (decimal): -9723120 or 1090411. OLE color: 1090411.
HSL color Cylindrical-coordinate representation of color #6BA310: hue angle of 82.86º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BA310 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 163 | 16 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.36 |
| HSL | 82.86º | 0.82% | 0.35% | - |
| HSV(B) | 82.86º | 0.9% | 0.64% | - |
| XYZ | 19.25 | 29.36 | 5.14 | - |
| YUV | 129.5 | 63.95 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 16 | 0.34 | 0 | 0.90 | 0.36 | 82.86 | 0.82 | 0.35 |
| Hex | 6B | A3 | 10 | 22 | 0 | 5A | 24 | 53 | 52 | 23 |
| Octal | 153 | 243 | 20 | 42 | 0 | 132 | 44 | 123 | 122 | 43 |
| Binary | 1101011 | 10100011 | 10000 | 100010 | 0 | 1011010 | 100100 | 1010011 | 1010010 | 100011 |
Color Harmonies of #6BA310
Complementary color
Monochromatic Colors of #6BA310
Black with #6BA310
Text Example
Text Example
White with #6BA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA310; }
p { color: rgb(107,163,16); }
H1.HeaderClassName
{
color: #6BA310;
}
.AnyTagClassName
{
color: #6BA310;
}
</style>
background-color css
<style>
a { background-color: #6BA310; }
a { background-color: rgb(107,163,16); }
div.DivClassName
{
background-color: #6BA310;
}
.BgClassName
{
background-color: #6BA310;
}
</style>
border-color css
<style>
span { border-color: #6BA310; }
span { border-color: rgb(107,163,16); }
td.TdClassName
{
border-color: #6BA310;
}
.TagClassName
{
border-color: #6BA310;
}
</style>