Shades of Christi #6BAC0D
Tints of Christi #6BAC0D
RGB
CMYK
RGB Variations
Color information
#6BAC0D (or 0x6BAC0D) is known color: Christi. HEX triplet: 6B, AC and 0D. RGB value is (107,172,13). Sum of RGB (Red+Green+Blue) = 107+172+13=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAC0D is #9453F2. Grayscale: #878787. Windows color (decimal): -9720819 or 896107. OLE color: 896107.
HSL color Cylindrical-coordinate representation of color #6BAC0D: hue angle of 84.53º 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 #6BAC0D is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 13 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.33 |
| HSL | 84.53º | 0.86% | 0.36% | - |
| HSV(B) | 84.53º | 0.92% | 0.67% | - |
| XYZ | 20.89 | 32.66 | 5.58 | - |
| YUV | 134.44 | 59.47 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 13 | 0.38 | 0 | 0.92 | 0.33 | 84.53 | 0.86 | 0.36 |
| Hex | 6B | AC | D | 26 | 0 | 5C | 21 | 55 | 56 | 24 |
| Octal | 153 | 254 | 15 | 46 | 0 | 134 | 41 | 125 | 126 | 44 |
| Binary | 1101011 | 10101100 | 1101 | 100110 | 0 | 1011100 | 100001 | 1010101 | 1010110 | 100100 |
Color Harmonies of #6BAC0D
Complementary color
Monochromatic Colors of #6BAC0D
Black with #6BAC0D
Text Example
Text Example
White with #6BAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC0D; }
p { color: rgb(107,172,13); }
H1.HeaderClassName
{
color: #6BAC0D;
}
.AnyTagClassName
{
color: #6BAC0D;
}
</style>
background-color css
<style>
a { background-color: #6BAC0D; }
a { background-color: rgb(107,172,13); }
div.DivClassName
{
background-color: #6BAC0D;
}
.BgClassName
{
background-color: #6BAC0D;
}
</style>
border-color css
<style>
span { border-color: #6BAC0D; }
span { border-color: rgb(107,172,13); }
td.TdClassName
{
border-color: #6BAC0D;
}
.TagClassName
{
border-color: #6BAC0D;
}
</style>