Shades of Christi #6BAC20
Tints of Christi #6BAC20
RGB
CMYK
RGB Variations
Color information
#6BAC20 (or 0x6BAC20) is known color: Christi. HEX triplet: 6B, AC and 20. RGB value is (107,172,32). Sum of RGB (Red+Green+Blue) = 107+172+32=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAC20 is #9453DF. Grayscale: #898989. Windows color (decimal): -9720800 or 2141291. OLE color: 2141291.
HSL color Cylindrical-coordinate representation of color #6BAC20: hue angle of 87.86º degrees, saturation: 0.69, 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 #6BAC20 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 32 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.33 |
| HSL | 87.86º | 0.69% | 0.4% | - |
| HSV(B) | 87.86º | 0.81% | 0.67% | - |
| XYZ | 21.08 | 32.74 | 6.57 | - |
| YUV | 136.61 | 68.97 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 32 | 0.38 | 0 | 0.81 | 0.33 | 87.86 | 0.69 | 0.4 |
| Hex | 6B | AC | 20 | 26 | 0 | 51 | 21 | 58 | 45 | 28 |
| Octal | 153 | 254 | 40 | 46 | 0 | 121 | 41 | 130 | 105 | 50 |
| Binary | 1101011 | 10101100 | 100000 | 100110 | 0 | 1010001 | 100001 | 1011000 | 1000101 | 101000 |
Color Harmonies of #6BAC20
Complementary color
Monochromatic Colors of #6BAC20
Black with #6BAC20
Text Example
Text Example
White with #6BAC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC20; }
p { color: rgb(107,172,32); }
H1.HeaderClassName
{
color: #6BAC20;
}
.AnyTagClassName
{
color: #6BAC20;
}
</style>
background-color css
<style>
a { background-color: #6BAC20; }
a { background-color: rgb(107,172,32); }
div.DivClassName
{
background-color: #6BAC20;
}
.BgClassName
{
background-color: #6BAC20;
}
</style>
border-color css
<style>
span { border-color: #6BAC20; }
span { border-color: rgb(107,172,32); }
td.TdClassName
{
border-color: #6BAC20;
}
.TagClassName
{
border-color: #6BAC20;
}
</style>