Shades of Christi #6BA419
Tints of Christi #6BA419
RGB
CMYK
RGB Variations
Color information
#6BA419 (or 0x6BA419) is known color: Christi. HEX triplet: 6B, A4 and 19. RGB value is (107,164,25). Sum of RGB (Red+Green+Blue) = 107+164+25=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 164 (64.45% from 255 or 55.41% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA419 is #945BE6. Grayscale: #838383. Windows color (decimal): -9722855 or 1680491. OLE color: 1680491.
HSL color Cylindrical-coordinate representation of color #6BA419: hue angle of 84.6º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6BA419 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 25 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.36 |
| HSL | 84.6º | 0.74% | 0.37% | - |
| HSV(B) | 84.6º | 0.85% | 0.64% | - |
| XYZ | 19.51 | 29.75 | 5.63 | - |
| YUV | 131.11 | 68.12 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 25 | 0.35 | 0 | 0.85 | 0.36 | 84.6 | 0.74 | 0.37 |
| Hex | 6B | A4 | 19 | 23 | 0 | 55 | 24 | 55 | 4A | 25 |
| Octal | 153 | 244 | 31 | 43 | 0 | 125 | 44 | 125 | 112 | 45 |
| Binary | 1101011 | 10100100 | 11001 | 100011 | 0 | 1010101 | 100100 | 1010101 | 1001010 | 100101 |
Color Harmonies of #6BA419
Complementary color
Monochromatic Colors of #6BA419
Black with #6BA419
Text Example
Text Example
White with #6BA419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA419; }
p { color: rgb(107,164,25); }
H1.HeaderClassName
{
color: #6BA419;
}
.AnyTagClassName
{
color: #6BA419;
}
</style>
background-color css
<style>
a { background-color: #6BA419; }
a { background-color: rgb(107,164,25); }
div.DivClassName
{
background-color: #6BA419;
}
.BgClassName
{
background-color: #6BA419;
}
</style>
border-color css
<style>
span { border-color: #6BA419; }
span { border-color: rgb(107,164,25); }
td.TdClassName
{
border-color: #6BA419;
}
.TagClassName
{
border-color: #6BA419;
}
</style>