Shades of Christi #6BA61A
Tints of Christi #6BA61A
RGB
CMYK
RGB Variations
Color information
#6BA61A (or 0x6BA61A) is known color: Christi. HEX triplet: 6B, A6 and 1A. RGB value is (107,166,26). Sum of RGB (Red+Green+Blue) = 107+166+26=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 166 (65.23% from 255 or 55.52% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA61A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA61A is #9459E5. Grayscale: #848484. Windows color (decimal): -9722342 or 1746539. OLE color: 1746539.
HSL color Cylindrical-coordinate representation of color #6BA61A: hue angle of 85.29º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6BA61A is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 166 | 26 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.35 |
| HSL | 85.29º | 0.73% | 0.38% | - |
| HSV(B) | 85.29º | 0.84% | 0.65% | - |
| XYZ | 19.89 | 30.47 | 5.81 | - |
| YUV | 132.4 | 67.95 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 166 | 26 | 0.36 | 0 | 0.84 | 0.35 | 85.29 | 0.73 | 0.38 |
| Hex | 6B | A6 | 1A | 24 | 0 | 54 | 23 | 55 | 49 | 26 |
| Octal | 153 | 246 | 32 | 44 | 0 | 124 | 43 | 125 | 111 | 46 |
| Binary | 1101011 | 10100110 | 11010 | 100100 | 0 | 1010100 | 100011 | 1010101 | 1001001 | 100110 |
Color Harmonies of #6BA61A
Complementary color
Monochromatic Colors of #6BA61A
Black with #6BA61A
Text Example
Text Example
White with #6BA61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA61A; }
p { color: rgb(107,166,26); }
H1.HeaderClassName
{
color: #6BA61A;
}
.AnyTagClassName
{
color: #6BA61A;
}
</style>
background-color css
<style>
a { background-color: #6BA61A; }
a { background-color: rgb(107,166,26); }
div.DivClassName
{
background-color: #6BA61A;
}
.BgClassName
{
background-color: #6BA61A;
}
</style>
border-color css
<style>
span { border-color: #6BA61A; }
span { border-color: rgb(107,166,26); }
td.TdClassName
{
border-color: #6BA61A;
}
.TagClassName
{
border-color: #6BA61A;
}
</style>