Shades of Christi #6BA216
Tints of Christi #6BA216
RGB
CMYK
RGB Variations
Color information
#6BA216 (or 0x6BA216) is known color: Christi. HEX triplet: 6B, A2 and 16. RGB value is (107,162,22). Sum of RGB (Red+Green+Blue) = 107+162+22=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 162 (63.67% from 255 or 55.67% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA216 is #945DE9. Grayscale: #828282. Windows color (decimal): -9723370 or 1483371. OLE color: 1483371.
HSL color Cylindrical-coordinate representation of color #6BA216: hue angle of 83.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6BA216 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 22 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.36 |
| HSL | 83.57º | 0.76% | 0.36% | - |
| HSV(B) | 83.57º | 0.86% | 0.64% | - |
| XYZ | 19.13 | 29.02 | 5.35 | - |
| YUV | 129.6 | 67.28 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 22 | 0.34 | 0 | 0.86 | 0.36 | 83.57 | 0.76 | 0.36 |
| Hex | 6B | A2 | 16 | 22 | 0 | 56 | 24 | 54 | 4C | 24 |
| Octal | 153 | 242 | 26 | 42 | 0 | 126 | 44 | 124 | 114 | 44 |
| Binary | 1101011 | 10100010 | 10110 | 100010 | 0 | 1010110 | 100100 | 1010100 | 1001100 | 100100 |
Color Harmonies of #6BA216
Complementary color
Monochromatic Colors of #6BA216
Black with #6BA216
Text Example
Text Example
White with #6BA216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA216; }
p { color: rgb(107,162,22); }
H1.HeaderClassName
{
color: #6BA216;
}
.AnyTagClassName
{
color: #6BA216;
}
</style>
background-color css
<style>
a { background-color: #6BA216; }
a { background-color: rgb(107,162,22); }
div.DivClassName
{
background-color: #6BA216;
}
.BgClassName
{
background-color: #6BA216;
}
</style>
border-color css
<style>
span { border-color: #6BA216; }
span { border-color: rgb(107,162,22); }
td.TdClassName
{
border-color: #6BA216;
}
.TagClassName
{
border-color: #6BA216;
}
</style>