Shades of Christi #6BA00B
Tints of Christi #6BA00B
RGB
CMYK
RGB Variations
Color information
#6BA00B (or 0x6BA00B) is known color: Christi. HEX triplet: 6B, A0 and 0B. RGB value is (107,160,11). Sum of RGB (Red+Green+Blue) = 107+160+11=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA00B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA00B is #945FF4. Grayscale: #7F7F7F. Windows color (decimal): -9723893 or 761963. OLE color: 761963.
HSL color Cylindrical-coordinate representation of color #6BA00B: hue angle of 81.34º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6BA00B is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 11 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.37 |
| HSL | 81.34º | 0.87% | 0.34% | - |
| HSV(B) | 81.34º | 0.93% | 0.63% | - |
| XYZ | 18.69 | 28.29 | 4.79 | - |
| YUV | 127.17 | 62.44 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 11 | 0.33 | 0 | 0.93 | 0.37 | 81.34 | 0.87 | 0.34 |
| Hex | 6B | A0 | B | 21 | 0 | 5D | 25 | 51 | 57 | 22 |
| Octal | 153 | 240 | 13 | 41 | 0 | 135 | 45 | 121 | 127 | 42 |
| Binary | 1101011 | 10100000 | 1011 | 100001 | 0 | 1011101 | 100101 | 1010001 | 1010111 | 100010 |
Color Harmonies of #6BA00B
Complementary color
Monochromatic Colors of #6BA00B
Black with #6BA00B
Text Example
Text Example
White with #6BA00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA00B; }
p { color: rgb(107,160,11); }
H1.HeaderClassName
{
color: #6BA00B;
}
.AnyTagClassName
{
color: #6BA00B;
}
</style>
background-color css
<style>
a { background-color: #6BA00B; }
a { background-color: rgb(107,160,11); }
div.DivClassName
{
background-color: #6BA00B;
}
.BgClassName
{
background-color: #6BA00B;
}
</style>
border-color css
<style>
span { border-color: #6BA00B; }
span { border-color: rgb(107,160,11); }
td.TdClassName
{
border-color: #6BA00B;
}
.TagClassName
{
border-color: #6BA00B;
}
</style>