Shades of Christi #6BA71D
Tints of Christi #6BA71D
RGB
CMYK
RGB Variations
Color information
#6BA71D (or 0x6BA71D) is known color: Christi. HEX triplet: 6B, A7 and 1D. RGB value is (107,167,29). Sum of RGB (Red+Green+Blue) = 107+167+29=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 167 (65.62% from 255 or 55.12% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 167 - color contains mainly: green. Hex color #6BA71D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA71D is #9458E2. Grayscale: #858585. Windows color (decimal): -9722083 or 1943403. OLE color: 1943403.
HSL color Cylindrical-coordinate representation of color #6BA71D: hue angle of 86.09º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6BA71D is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 167 | 29 | - |
| CMYK | 0.36 | 0 | 0.83 | 0.35 |
| HSL | 86.09º | 0.7% | 0.38% | - |
| HSV(B) | 86.09º | 0.83% | 0.65% | - |
| XYZ | 20.1 | 30.85 | 6.06 | - |
| YUV | 133.33 | 69.12 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 167 | 29 | 0.36 | 0 | 0.83 | 0.35 | 86.09 | 0.7 | 0.38 |
| Hex | 6B | A7 | 1D | 24 | 0 | 53 | 23 | 56 | 46 | 26 |
| Octal | 153 | 247 | 35 | 44 | 0 | 123 | 43 | 126 | 106 | 46 |
| Binary | 1101011 | 10100111 | 11101 | 100100 | 0 | 1010011 | 100011 | 1010110 | 1000110 | 100110 |
Color Harmonies of #6BA71D
Complementary color
Monochromatic Colors of #6BA71D
Black with #6BA71D
Text Example
Text Example
White with #6BA71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA71D; }
p { color: rgb(107,167,29); }
H1.HeaderClassName
{
color: #6BA71D;
}
.AnyTagClassName
{
color: #6BA71D;
}
</style>
background-color css
<style>
a { background-color: #6BA71D; }
a { background-color: rgb(107,167,29); }
div.DivClassName
{
background-color: #6BA71D;
}
.BgClassName
{
background-color: #6BA71D;
}
</style>
border-color css
<style>
span { border-color: #6BA71D; }
span { border-color: rgb(107,167,29); }
td.TdClassName
{
border-color: #6BA71D;
}
.TagClassName
{
border-color: #6BA71D;
}
</style>