Shades of Christi #6BAB0C
Tints of Christi #6BAB0C
RGB
CMYK
RGB Variations
Color information
#6BAB0C (or 0x6BAB0C) is known color: Christi. HEX triplet: 6B, AB and 0C. RGB value is (107,171,12). Sum of RGB (Red+Green+Blue) = 107+171+12=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAB0C is #9454F3. Grayscale: #868686. Windows color (decimal): -9721076 or 830315. OLE color: 830315.
HSL color Cylindrical-coordinate representation of color #6BAB0C: hue angle of 84.15º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6BAB0C is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 12 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.33 |
| HSL | 84.15º | 0.87% | 0.36% | - |
| HSV(B) | 84.15º | 0.93% | 0.67% | - |
| XYZ | 20.69 | 32.28 | 5.49 | - |
| YUV | 133.74 | 59.3 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 12 | 0.37 | 0 | 0.93 | 0.33 | 84.15 | 0.87 | 0.36 |
| Hex | 6B | AB | C | 25 | 0 | 5D | 21 | 54 | 57 | 24 |
| Octal | 153 | 253 | 14 | 45 | 0 | 135 | 41 | 124 | 127 | 44 |
| Binary | 1101011 | 10101011 | 1100 | 100101 | 0 | 1011101 | 100001 | 1010100 | 1010111 | 100100 |
Color Harmonies of #6BAB0C
Complementary color
Monochromatic Colors of #6BAB0C
Black with #6BAB0C
Text Example
Text Example
White with #6BAB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB0C; }
p { color: rgb(107,171,12); }
H1.HeaderClassName
{
color: #6BAB0C;
}
.AnyTagClassName
{
color: #6BAB0C;
}
</style>
background-color css
<style>
a { background-color: #6BAB0C; }
a { background-color: rgb(107,171,12); }
div.DivClassName
{
background-color: #6BAB0C;
}
.BgClassName
{
background-color: #6BAB0C;
}
</style>
border-color css
<style>
span { border-color: #6BAB0C; }
span { border-color: rgb(107,171,12); }
td.TdClassName
{
border-color: #6BAB0C;
}
.TagClassName
{
border-color: #6BAB0C;
}
</style>