Shades of Christi #6BAB20
Tints of Christi #6BAB20
RGB
CMYK
RGB Variations
Color information
#6BAB20 (or 0x6BAB20) is known color: Christi. HEX triplet: 6B, AB and 20. RGB value is (107,171,32). Sum of RGB (Red+Green+Blue) = 107+171+32=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAB20 is #9454DF. Grayscale: #888888. Windows color (decimal): -9721056 or 2141035. OLE color: 2141035.
HSL color Cylindrical-coordinate representation of color #6BAB20: hue angle of 87.63º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6BAB20 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 32 | - |
| CMYK | 0.37 | 0 | 0.81 | 0.33 |
| HSL | 87.63º | 0.68% | 0.4% | - |
| HSV(B) | 87.63º | 0.81% | 0.67% | - |
| XYZ | 20.89 | 32.36 | 6.51 | - |
| YUV | 136.02 | 69.3 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 32 | 0.37 | 0 | 0.81 | 0.33 | 87.63 | 0.68 | 0.4 |
| Hex | 6B | AB | 20 | 25 | 0 | 51 | 21 | 58 | 44 | 28 |
| Octal | 153 | 253 | 40 | 45 | 0 | 121 | 41 | 130 | 104 | 50 |
| Binary | 1101011 | 10101011 | 100000 | 100101 | 0 | 1010001 | 100001 | 1011000 | 1000100 | 101000 |
Color Harmonies of #6BAB20
Complementary color
Monochromatic Colors of #6BAB20
Black with #6BAB20
Text Example
Text Example
White with #6BAB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB20; }
p { color: rgb(107,171,32); }
H1.HeaderClassName
{
color: #6BAB20;
}
.AnyTagClassName
{
color: #6BAB20;
}
</style>
background-color css
<style>
a { background-color: #6BAB20; }
a { background-color: rgb(107,171,32); }
div.DivClassName
{
background-color: #6BAB20;
}
.BgClassName
{
background-color: #6BAB20;
}
</style>
border-color css
<style>
span { border-color: #6BAB20; }
span { border-color: rgb(107,171,32); }
td.TdClassName
{
border-color: #6BAB20;
}
.TagClassName
{
border-color: #6BAB20;
}
</style>