Shades of Christi #6BAC31
Tints of Christi #6BAC31
RGB
CMYK
RGB Variations
Color information
#6BAC31 (or 0x6BAC31) is known color: Christi. HEX triplet: 6B, AC and 31. RGB value is (107,172,49). Sum of RGB (Red+Green+Blue) = 107+172+49=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAC31 is #9453CE. Grayscale: #8A8A8A. Windows color (decimal): -9720783 or 3255403. OLE color: 3255403.
HSL color Cylindrical-coordinate representation of color #6BAC31: hue angle of 91.71º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6BAC31 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 49 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.33 |
| HSL | 91.71º | 0.56% | 0.43% | - |
| HSV(B) | 91.71º | 0.72% | 0.67% | - |
| XYZ | 21.37 | 32.85 | 8.12 | - |
| YUV | 138.54 | 77.47 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 49 | 0.38 | 0 | 0.72 | 0.33 | 91.71 | 0.56 | 0.43 |
| Hex | 6B | AC | 31 | 26 | 0 | 48 | 21 | 5C | 38 | 2B |
| Octal | 153 | 254 | 61 | 46 | 0 | 110 | 41 | 134 | 70 | 53 |
| Binary | 1101011 | 10101100 | 110001 | 100110 | 0 | 1001000 | 100001 | 1011100 | 111000 | 101011 |
Color Harmonies of #6BAC31
Complementary color
Monochromatic Colors of #6BAC31
Black with #6BAC31
Text Example
Text Example
White with #6BAC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC31; }
p { color: rgb(107,172,49); }
H1.HeaderClassName
{
color: #6BAC31;
}
.AnyTagClassName
{
color: #6BAC31;
}
</style>
background-color css
<style>
a { background-color: #6BAC31; }
a { background-color: rgb(107,172,49); }
div.DivClassName
{
background-color: #6BAC31;
}
.BgClassName
{
background-color: #6BAC31;
}
</style>
border-color css
<style>
span { border-color: #6BAC31; }
span { border-color: rgb(107,172,49); }
td.TdClassName
{
border-color: #6BAC31;
}
.TagClassName
{
border-color: #6BAC31;
}
</style>