Shades of Christi #6BA932
Tints of Christi #6BA932
RGB
CMYK
RGB Variations
Color information
#6BA932 (or 0x6BA932) is known color: Christi. HEX triplet: 6B, A9 and 32. RGB value is (107,169,50). Sum of RGB (Red+Green+Blue) = 107+169+50=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 169 (66.41% from 255 or 51.84% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA932 is #9456CD. Grayscale: #898989. Windows color (decimal): -9721550 or 3320171. OLE color: 3320171.
HSL color Cylindrical-coordinate representation of color #6BA932: hue angle of 91.26º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6BA932 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 50 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.34 |
| HSL | 91.26º | 0.54% | 0.43% | - |
| HSV(B) | 91.26º | 0.7% | 0.66% | - |
| XYZ | 20.83 | 31.73 | 8.04 | - |
| YUV | 136.9 | 78.96 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 50 | 0.37 | 0 | 0.70 | 0.34 | 91.26 | 0.54 | 0.43 |
| Hex | 6B | A9 | 32 | 25 | 0 | 46 | 22 | 5B | 36 | 2B |
| Octal | 153 | 251 | 62 | 45 | 0 | 106 | 42 | 133 | 66 | 53 |
| Binary | 1101011 | 10101001 | 110010 | 100101 | 0 | 1000110 | 100010 | 1011011 | 110110 | 101011 |
Color Harmonies of #6BA932
Complementary color
Monochromatic Colors of #6BA932
Black with #6BA932
Text Example
Text Example
White with #6BA932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA932; }
p { color: rgb(107,169,50); }
H1.HeaderClassName
{
color: #6BA932;
}
.AnyTagClassName
{
color: #6BA932;
}
</style>
background-color css
<style>
a { background-color: #6BA932; }
a { background-color: rgb(107,169,50); }
div.DivClassName
{
background-color: #6BA932;
}
.BgClassName
{
background-color: #6BA932;
}
</style>
border-color css
<style>
span { border-color: #6BA932; }
span { border-color: rgb(107,169,50); }
td.TdClassName
{
border-color: #6BA932;
}
.TagClassName
{
border-color: #6BA932;
}
</style>