Shades of Christi #6BAB0D
Tints of Christi #6BAB0D
RGB
CMYK
RGB Variations
Color information
#6BAB0D (or 0x6BAB0D) is known color: Christi. HEX triplet: 6B, AB and 0D. RGB value is (107,171,13). Sum of RGB (Red+Green+Blue) = 107+171+13=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAB0D is #9454F2. Grayscale: #868686. Windows color (decimal): -9721075 or 895851. OLE color: 895851.
HSL color Cylindrical-coordinate representation of color #6BAB0D: hue angle of 84.3º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6BAB0D is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 13 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.33 |
| HSL | 84.3º | 0.86% | 0.36% | - |
| HSV(B) | 84.3º | 0.92% | 0.67% | - |
| XYZ | 20.7 | 32.28 | 5.52 | - |
| YUV | 133.85 | 59.8 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 13 | 0.37 | 0 | 0.92 | 0.33 | 84.3 | 0.86 | 0.36 |
| Hex | 6B | AB | D | 25 | 0 | 5C | 21 | 54 | 56 | 24 |
| Octal | 153 | 253 | 15 | 45 | 0 | 134 | 41 | 124 | 126 | 44 |
| Binary | 1101011 | 10101011 | 1101 | 100101 | 0 | 1011100 | 100001 | 1010100 | 1010110 | 100100 |
Color Harmonies of #6BAB0D
Complementary color
Monochromatic Colors of #6BAB0D
Black with #6BAB0D
Text Example
Text Example
White with #6BAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB0D; }
p { color: rgb(107,171,13); }
H1.HeaderClassName
{
color: #6BAB0D;
}
.AnyTagClassName
{
color: #6BAB0D;
}
</style>
background-color css
<style>
a { background-color: #6BAB0D; }
a { background-color: rgb(107,171,13); }
div.DivClassName
{
background-color: #6BAB0D;
}
.BgClassName
{
background-color: #6BAB0D;
}
</style>
border-color css
<style>
span { border-color: #6BAB0D; }
span { border-color: rgb(107,171,13); }
td.TdClassName
{
border-color: #6BAB0D;
}
.TagClassName
{
border-color: #6BAB0D;
}
</style>