Shades of Christi #6BAB31
Tints of Christi #6BAB31
RGB
CMYK
RGB Variations
Color information
#6BAB31 (or 0x6BAB31) is known color: Christi. HEX triplet: 6B, AB and 31. RGB value is (107,171,49). Sum of RGB (Red+Green+Blue) = 107+171+49=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAB31 is #9454CE. Grayscale: #8A8A8A. Windows color (decimal): -9721039 or 3255147. OLE color: 3255147.
HSL color Cylindrical-coordinate representation of color #6BAB31: hue angle of 91.48º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6BAB31 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 49 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.33 |
| HSL | 91.48º | 0.55% | 0.43% | - |
| HSV(B) | 91.48º | 0.71% | 0.67% | - |
| XYZ | 21.18 | 32.47 | 8.06 | - |
| YUV | 137.96 | 77.8 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 49 | 0.37 | 0 | 0.71 | 0.33 | 91.48 | 0.55 | 0.43 |
| Hex | 6B | AB | 31 | 25 | 0 | 47 | 21 | 5B | 37 | 2B |
| Octal | 153 | 253 | 61 | 45 | 0 | 107 | 41 | 133 | 67 | 53 |
| Binary | 1101011 | 10101011 | 110001 | 100101 | 0 | 1000111 | 100001 | 1011011 | 110111 | 101011 |
Color Harmonies of #6BAB31
Complementary color
Monochromatic Colors of #6BAB31
Black with #6BAB31
Text Example
Text Example
White with #6BAB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB31; }
p { color: rgb(107,171,49); }
H1.HeaderClassName
{
color: #6BAB31;
}
.AnyTagClassName
{
color: #6BAB31;
}
</style>
background-color css
<style>
a { background-color: #6BAB31; }
a { background-color: rgb(107,171,49); }
div.DivClassName
{
background-color: #6BAB31;
}
.BgClassName
{
background-color: #6BAB31;
}
</style>
border-color css
<style>
span { border-color: #6BAB31; }
span { border-color: rgb(107,171,49); }
td.TdClassName
{
border-color: #6BAB31;
}
.TagClassName
{
border-color: #6BAB31;
}
</style>