Shades of Christi #6BA21A
Tints of Christi #6BA21A
RGB
CMYK
RGB Variations
Color information
#6BA21A (or 0x6BA21A) is known color: Christi. HEX triplet: 6B, A2 and 1A. RGB value is (107,162,26). Sum of RGB (Red+Green+Blue) = 107+162+26=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA21A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA21A is #945DE5. Grayscale: #828282. Windows color (decimal): -9723366 or 1745515. OLE color: 1745515.
HSL color Cylindrical-coordinate representation of color #6BA21A: hue angle of 84.26º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6BA21A is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 26 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.36 |
| HSL | 84.26º | 0.72% | 0.37% | - |
| HSV(B) | 84.26º | 0.84% | 0.64% | - |
| XYZ | 19.17 | 29.04 | 5.57 | - |
| YUV | 130.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 26 | 0.34 | 0 | 0.84 | 0.36 | 84.26 | 0.72 | 0.37 |
| Hex | 6B | A2 | 1A | 22 | 0 | 54 | 24 | 54 | 48 | 25 |
| Octal | 153 | 242 | 32 | 42 | 0 | 124 | 44 | 124 | 110 | 45 |
| Binary | 1101011 | 10100010 | 11010 | 100010 | 0 | 1010100 | 100100 | 1010100 | 1001000 | 100101 |
Color Harmonies of #6BA21A
Complementary color
Monochromatic Colors of #6BA21A
Black with #6BA21A
Text Example
Text Example
White with #6BA21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA21A; }
p { color: rgb(107,162,26); }
H1.HeaderClassName
{
color: #6BA21A;
}
.AnyTagClassName
{
color: #6BA21A;
}
</style>
background-color css
<style>
a { background-color: #6BA21A; }
a { background-color: rgb(107,162,26); }
div.DivClassName
{
background-color: #6BA21A;
}
.BgClassName
{
background-color: #6BA21A;
}
</style>
border-color css
<style>
span { border-color: #6BA21A; }
span { border-color: rgb(107,162,26); }
td.TdClassName
{
border-color: #6BA21A;
}
.TagClassName
{
border-color: #6BA21A;
}
</style>