Shades of Christi #6B9D0C
Tints of Christi #6B9D0C
RGB
CMYK
RGB Variations
Color information
#6B9D0C (or 0x6B9D0C) is known color: Christi. HEX triplet: 6B, 9D and 0C. RGB value is (107,157,12). Sum of RGB (Red+Green+Blue) = 107+157+12=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 157 (61.72% from 255 or 56.88% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 157 - color contains mainly: green. Hex color #6B9D0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9D0C is #9462F3. Grayscale: #7E7E7E. Windows color (decimal): -9724660 or 826731. OLE color: 826731.
HSL color Cylindrical-coordinate representation of color #6B9D0C: hue angle of 80.69º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B9D0C is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 157 | 12 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.38 |
| HSL | 80.69º | 0.86% | 0.33% | - |
| HSV(B) | 80.69º | 0.92% | 0.62% | - |
| XYZ | 18.19 | 27.27 | 4.65 | - |
| YUV | 125.52 | 63.94 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 157 | 12 | 0.32 | 0 | 0.92 | 0.38 | 80.69 | 0.86 | 0.33 |
| Hex | 6B | 9D | C | 20 | 0 | 5C | 26 | 51 | 56 | 21 |
| Octal | 153 | 235 | 14 | 40 | 0 | 134 | 46 | 121 | 126 | 41 |
| Binary | 1101011 | 10011101 | 1100 | 100000 | 0 | 1011100 | 100110 | 1010001 | 1010110 | 100001 |
Color Harmonies of #6B9D0C
Complementary color
Monochromatic Colors of #6B9D0C
Black with #6B9D0C
Text Example
Text Example
White with #6B9D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9D0C; }
p { color: rgb(107,157,12); }
H1.HeaderClassName
{
color: #6B9D0C;
}
.AnyTagClassName
{
color: #6B9D0C;
}
</style>
background-color css
<style>
a { background-color: #6B9D0C; }
a { background-color: rgb(107,157,12); }
div.DivClassName
{
background-color: #6B9D0C;
}
.BgClassName
{
background-color: #6B9D0C;
}
</style>
border-color css
<style>
span { border-color: #6B9D0C; }
span { border-color: rgb(107,157,12); }
td.TdClassName
{
border-color: #6B9D0C;
}
.TagClassName
{
border-color: #6B9D0C;
}
</style>