Shades of Christi #6BA920
Tints of Christi #6BA920
RGB
CMYK
RGB Variations
Color information
#6BA920 (or 0x6BA920) is known color: Christi. HEX triplet: 6B, A9 and 20. RGB value is (107,169,32). Sum of RGB (Red+Green+Blue) = 107+169+32=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA920 is #9456DF. Grayscale: #878787. Windows color (decimal): -9721568 or 2140523. OLE color: 2140523.
HSL color Cylindrical-coordinate representation of color #6BA920: hue angle of 87.15º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6BA920 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 32 | - |
| CMYK | 0.37 | 0 | 0.81 | 0.34 |
| HSL | 87.15º | 0.68% | 0.39% | - |
| HSV(B) | 87.15º | 0.81% | 0.66% | - |
| XYZ | 20.51 | 31.61 | 6.39 | - |
| YUV | 134.84 | 69.96 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 32 | 0.37 | 0 | 0.81 | 0.34 | 87.15 | 0.68 | 0.39 |
| Hex | 6B | A9 | 20 | 25 | 0 | 51 | 22 | 57 | 44 | 27 |
| Octal | 153 | 251 | 40 | 45 | 0 | 121 | 42 | 127 | 104 | 47 |
| Binary | 1101011 | 10101001 | 100000 | 100101 | 0 | 1010001 | 100010 | 1010111 | 1000100 | 100111 |
Color Harmonies of #6BA920
Complementary color
Monochromatic Colors of #6BA920
Black with #6BA920
Text Example
Text Example
White with #6BA920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA920; }
p { color: rgb(107,169,32); }
H1.HeaderClassName
{
color: #6BA920;
}
.AnyTagClassName
{
color: #6BA920;
}
</style>
background-color css
<style>
a { background-color: #6BA920; }
a { background-color: rgb(107,169,32); }
div.DivClassName
{
background-color: #6BA920;
}
.BgClassName
{
background-color: #6BA920;
}
</style>
border-color css
<style>
span { border-color: #6BA920; }
span { border-color: rgb(107,169,32); }
td.TdClassName
{
border-color: #6BA920;
}
.TagClassName
{
border-color: #6BA920;
}
</style>