Shades of Christi #6BA810
Tints of Christi #6BA810
RGB
CMYK
RGB Variations
Color information
#6BA810 (or 0x6BA810) is known color: Christi. HEX triplet: 6B, A8 and 10. RGB value is (107,168,16). Sum of RGB (Red+Green+Blue) = 107+168+16=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 168 (66.02% from 255 or 57.73% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA810 is #9457EF. Grayscale: #848484. Windows color (decimal): -9721840 or 1091691. OLE color: 1091691.
HSL color Cylindrical-coordinate representation of color #6BA810: hue angle of 84.08º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BA810 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 168 | 16 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.34 |
| HSL | 84.08º | 0.83% | 0.36% | - |
| HSV(B) | 84.08º | 0.9% | 0.66% | - |
| XYZ | 20.16 | 31.17 | 5.44 | - |
| YUV | 132.43 | 62.29 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 16 | 0.36 | 0 | 0.90 | 0.34 | 84.08 | 0.83 | 0.36 |
| Hex | 6B | A8 | 10 | 24 | 0 | 5A | 22 | 54 | 53 | 24 |
| Octal | 153 | 250 | 20 | 44 | 0 | 132 | 42 | 124 | 123 | 44 |
| Binary | 1101011 | 10101000 | 10000 | 100100 | 0 | 1011010 | 100010 | 1010100 | 1010011 | 100100 |
Color Harmonies of #6BA810
Complementary color
Monochromatic Colors of #6BA810
Black with #6BA810
Text Example
Text Example
White with #6BA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA810; }
p { color: rgb(107,168,16); }
H1.HeaderClassName
{
color: #6BA810;
}
.AnyTagClassName
{
color: #6BA810;
}
</style>
background-color css
<style>
a { background-color: #6BA810; }
a { background-color: rgb(107,168,16); }
div.DivClassName
{
background-color: #6BA810;
}
.BgClassName
{
background-color: #6BA810;
}
</style>
border-color css
<style>
span { border-color: #6BA810; }
span { border-color: rgb(107,168,16); }
td.TdClassName
{
border-color: #6BA810;
}
.TagClassName
{
border-color: #6BA810;
}
</style>