Shades of Christi #6BA414
Tints of Christi #6BA414
RGB
CMYK
RGB Variations
Color information
#6BA414 (or 0x6BA414) is known color: Christi. HEX triplet: 6B, A4 and 14. RGB value is (107,164,20). Sum of RGB (Red+Green+Blue) = 107+164+20=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 164 (64.45% from 255 or 56.36% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA414 is #945BEB. Grayscale: #838383. Windows color (decimal): -9722860 or 1352811. OLE color: 1352811.
HSL color Cylindrical-coordinate representation of color #6BA414: hue angle of 83.75º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6BA414 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 20 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.36 |
| HSL | 83.75º | 0.78% | 0.36% | - |
| HSV(B) | 83.75º | 0.88% | 0.64% | - |
| XYZ | 19.47 | 29.73 | 5.37 | - |
| YUV | 130.54 | 65.62 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 20 | 0.35 | 0 | 0.88 | 0.36 | 83.75 | 0.78 | 0.36 |
| Hex | 6B | A4 | 14 | 23 | 0 | 58 | 24 | 54 | 4E | 24 |
| Octal | 153 | 244 | 24 | 43 | 0 | 130 | 44 | 124 | 116 | 44 |
| Binary | 1101011 | 10100100 | 10100 | 100011 | 0 | 1011000 | 100100 | 1010100 | 1001110 | 100100 |
Color Harmonies of #6BA414
Complementary color
Monochromatic Colors of #6BA414
Black with #6BA414
Text Example
Text Example
White with #6BA414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA414; }
p { color: rgb(107,164,20); }
H1.HeaderClassName
{
color: #6BA414;
}
.AnyTagClassName
{
color: #6BA414;
}
</style>
background-color css
<style>
a { background-color: #6BA414; }
a { background-color: rgb(107,164,20); }
div.DivClassName
{
background-color: #6BA414;
}
.BgClassName
{
background-color: #6BA414;
}
</style>
border-color css
<style>
span { border-color: #6BA414; }
span { border-color: rgb(107,164,20); }
td.TdClassName
{
border-color: #6BA414;
}
.TagClassName
{
border-color: #6BA414;
}
</style>