Shades of Christi #6BAC2D
Tints of Christi #6BAC2D
RGB
CMYK
RGB Variations
Color information
#6BAC2D (or 0x6BAC2D) is known color: Christi. HEX triplet: 6B, AC and 2D. RGB value is (107,172,45). Sum of RGB (Red+Green+Blue) = 107+172+45=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAC2D is #9453D2. Grayscale: #8A8A8A. Windows color (decimal): -9720787 or 2993259. OLE color: 2993259.
HSL color Cylindrical-coordinate representation of color #6BAC2D: hue angle of 90.71º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6BAC2D is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 45 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.33 |
| HSL | 90.71º | 0.59% | 0.43% | - |
| HSV(B) | 90.71º | 0.74% | 0.67% | - |
| XYZ | 21.29 | 32.82 | 7.7 | - |
| YUV | 138.09 | 75.47 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 45 | 0.38 | 0 | 0.74 | 0.33 | 90.71 | 0.59 | 0.43 |
| Hex | 6B | AC | 2D | 26 | 0 | 4A | 21 | 5B | 3B | 2B |
| Octal | 153 | 254 | 55 | 46 | 0 | 112 | 41 | 133 | 73 | 53 |
| Binary | 1101011 | 10101100 | 101101 | 100110 | 0 | 1001010 | 100001 | 1011011 | 111011 | 101011 |
Color Harmonies of #6BAC2D
Complementary color
Monochromatic Colors of #6BAC2D
Black with #6BAC2D
Text Example
Text Example
White with #6BAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC2D; }
p { color: rgb(107,172,45); }
H1.HeaderClassName
{
color: #6BAC2D;
}
.AnyTagClassName
{
color: #6BAC2D;
}
</style>
background-color css
<style>
a { background-color: #6BAC2D; }
a { background-color: rgb(107,172,45); }
div.DivClassName
{
background-color: #6BAC2D;
}
.BgClassName
{
background-color: #6BAC2D;
}
</style>
border-color css
<style>
span { border-color: #6BAC2D; }
span { border-color: rgb(107,172,45); }
td.TdClassName
{
border-color: #6BAC2D;
}
.TagClassName
{
border-color: #6BAC2D;
}
</style>