Shades of Christi #6BA600
Tints of Christi #6BA600
RGB
CMYK
RGB Variations
Color information
#6BA600 (or 0x6BA600) is known color: Christi. HEX triplet: 6B, A6 and 00. RGB value is (107,166,0). Sum of RGB (Red+Green+Blue) = 107+166+0=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 166 (65.23% from 255 or 60.81% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA600 is #9459FF. Grayscale: #828282. Windows color (decimal): -9722368 or 42603. OLE color: 42603.
HSL color Cylindrical-coordinate representation of color #6BA600: hue angle of 81.33º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6BA600 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 166 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.35 |
| HSL | 81.33º | 1% | 0.33% | - |
| HSV(B) | 81.33º | 1% | 0.65% | - |
| XYZ | 19.7 | 30.4 | 4.83 | - |
| YUV | 129.44 | 54.95 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 166 | 0 | 0.36 | 0 | 1 | 0.35 | 81.33 | 1 | 0.33 |
| Hex | 6B | A6 | 0 | 24 | 0 | 64 | 23 | 51 | 64 | 21 |
| Octal | 153 | 246 | 0 | 44 | 0 | 144 | 43 | 121 | 144 | 41 |
| Binary | 1101011 | 10100110 | 0 | 100100 | 0 | 1100100 | 100011 | 1010001 | 1100100 | 100001 |
Color Harmonies of #6BA600
Complementary color
Monochromatic Colors of #6BA600
Black with #6BA600
Text Example
Text Example
White with #6BA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA600; }
p { color: rgb(107,166,0); }
H1.HeaderClassName
{
color: #6BA600;
}
.AnyTagClassName
{
color: #6BA600;
}
</style>
background-color css
<style>
a { background-color: #6BA600; }
a { background-color: rgb(107,166,0); }
div.DivClassName
{
background-color: #6BA600;
}
.BgClassName
{
background-color: #6BA600;
}
</style>
border-color css
<style>
span { border-color: #6BA600; }
span { border-color: rgb(107,166,0); }
td.TdClassName
{
border-color: #6BA600;
}
.TagClassName
{
border-color: #6BA600;
}
</style>