Shades of Christi #6BA831
Tints of Christi #6BA831
RGB
CMYK
RGB Variations
Color information
#6BA831 (or 0x6BA831) is known color: Christi. HEX triplet: 6B, A8 and 31. RGB value is (107,168,49). Sum of RGB (Red+Green+Blue) = 107+168+49=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 168 (66.02% from 255 or 51.85% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA831 is #9457CE. Grayscale: #888888. Windows color (decimal): -9721807 or 3254379. OLE color: 3254379.
HSL color Cylindrical-coordinate representation of color #6BA831: hue angle of 90.76º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6BA831 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 168 | 49 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.34 |
| HSL | 90.76º | 0.55% | 0.43% | - |
| HSV(B) | 90.76º | 0.71% | 0.66% | - |
| XYZ | 20.62 | 31.35 | 7.87 | - |
| YUV | 136.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 49 | 0.36 | 0 | 0.71 | 0.34 | 90.76 | 0.55 | 0.43 |
| Hex | 6B | A8 | 31 | 24 | 0 | 47 | 22 | 5B | 37 | 2B |
| Octal | 153 | 250 | 61 | 44 | 0 | 107 | 42 | 133 | 67 | 53 |
| Binary | 1101011 | 10101000 | 110001 | 100100 | 0 | 1000111 | 100010 | 1011011 | 110111 | 101011 |
Color Harmonies of #6BA831
Complementary color
Monochromatic Colors of #6BA831
Black with #6BA831
Text Example
Text Example
White with #6BA831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA831; }
p { color: rgb(107,168,49); }
H1.HeaderClassName
{
color: #6BA831;
}
.AnyTagClassName
{
color: #6BA831;
}
</style>
background-color css
<style>
a { background-color: #6BA831; }
a { background-color: rgb(107,168,49); }
div.DivClassName
{
background-color: #6BA831;
}
.BgClassName
{
background-color: #6BA831;
}
</style>
border-color css
<style>
span { border-color: #6BA831; }
span { border-color: rgb(107,168,49); }
td.TdClassName
{
border-color: #6BA831;
}
.TagClassName
{
border-color: #6BA831;
}
</style>